-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update workflows for new containers. (#650)
- Loading branch information
1 parent
43c0b3e
commit 07ecd95
Showing
11 changed files
with
22 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -125,7 +125,6 @@ jobs: | |
with: | ||
llvm_version: 19 | ||
llvm_build_type: RelAssert | ||
clang_tidy: true | ||
|
||
- name: build initial config files | ||
uses: ./.github/actions/do_build_ock | ||
|
@@ -141,8 +140,6 @@ jobs: | |
|
||
- name: run clang-tidy | ||
run: | | ||
# TODO: Move to docker | ||
sudo apt-get -y install parallel | ||
git config --global --add safe.directory $PWD | ||
git fetch origin ${{ github.base_ref }} | ||
./scripts/compute-dependants.py \ | ||
|
@@ -408,9 +405,6 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Install Ninja | ||
uses: llvm/actions/install-ninja@main | ||
- name: install risc-v toolchain | ||
run: | ||
sudo apt-get install --yes gcc-riscv64-linux-gnu g++-riscv64-linux-gnu | ||
- run: echo WORKSPACE is $GITHUB_WORKSPACE && echo PWD is `pwd` && ls -al | ||
- name: Run Clik | ||
run: | | ||
|