-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename setup_ubuntu_build -> setup_build
- Loading branch information
1 parent
03998de
commit 7b80196
Showing
9 changed files
with
14 additions
and
14 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
File renamed without changes.
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- cmake/** | ||
- hal/** | ||
- .github/actions/do_build_ock/** | ||
- .github/actions/setup_ubuntu_build/** | ||
- .github/actions/setup_build/** | ||
- .github/workflows/pull_request.yml | ||
- CMakeLists.txt | ||
concurrency: | ||
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Checkout repo | ||
uses: actions/[email protected] | ||
- name: setup-ubuntu | ||
uses: ./.github/actions/setup_ubuntu_build | ||
uses: ./.github/actions/setup_build | ||
with: | ||
llvm_version: '18' | ||
llvm_build_type: RelAssert | ||
|
@@ -64,7 +64,7 @@ jobs: | |
|
||
# installs tools, ninja, installs llvm and sets up sccahe | ||
- name: setup-windows | ||
uses: ./.github/actions/setup_ubuntu_build | ||
uses: ./.github/actions/setup_build | ||
with: | ||
llvm_version: 19 | ||
llvm_build_type: RelAssert | ||
|
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