-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Workaround. * Disable other CI tasks. * Update `add-deb-repo` action. * Update the rest of jobs. * Fix stuff. * Fix stuff. * Fix stuff. * Fix `Dockerfile`. * Another attempt.
- Loading branch information
1 parent
3fba00d
commit ec85d3d
Showing
3 changed files
with
14 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
components: clippy, rustfmt | ||
- uses: Swatinem/rust-cache@v2 | ||
- name: add llvm deb repository | ||
uses: myci-actions/add-deb-repo@10 | ||
uses: myci-actions/add-deb-repo@11 | ||
with: | ||
repo: deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main | ||
repo-name: llvm-repo | ||
|
@@ -52,7 +52,7 @@ jobs: | |
id: fc | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
comment-author: 'github-actions[bot]' | ||
comment-author: "github-actions[bot]" | ||
body-includes: thiscommentistofindthisformatcomment | ||
- name: Create or update comment | ||
continue-on-error: true | ||
|
@@ -86,7 +86,7 @@ jobs: | |
MLIR_SYS_180_PREFIX: /usr/lib/llvm-18/ | ||
LLVM_SYS_181_PREFIX: /usr/lib/llvm-18/ | ||
TABLEGEN_180_PREFIX: /usr/lib/llvm-18/ | ||
RUSTUP_TOOLCHAIN: nightly-2024-02-01 # udeps needs nightly | ||
RUSTUP_TOOLCHAIN: nightly-2024-02-01 # udeps needs nightly | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
|
@@ -95,7 +95,7 @@ jobs: | |
components: rustfmt | ||
|
||
- name: add llvm deb repository | ||
uses: myci-actions/add-deb-repo@10 | ||
uses: myci-actions/add-deb-repo@11 | ||
with: | ||
repo: deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main | ||
repo-name: llvm-repo | ||
|
@@ -173,6 +173,8 @@ jobs: | |
uses: dtolnay/[email protected] | ||
with: | ||
components: clippy | ||
- name: Rust `$PATH` workaround. | ||
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH | ||
- uses: Homebrew/actions/setup-homebrew@master | ||
- name: Install scarb | ||
uses: software-mansion/setup-scarb@v1 | ||
|
@@ -222,7 +224,7 @@ jobs: | |
- name: Retreive cached dependecies | ||
uses: Swatinem/rust-cache@v2 | ||
- name: add llvm deb repository | ||
uses: myci-actions/add-deb-repo@10 | ||
uses: myci-actions/add-deb-repo@11 | ||
with: | ||
repo: deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-18 main | ||
repo-name: llvm-repo | ||
|
@@ -252,7 +254,7 @@ jobs: | |
upload-coverage: | ||
name: Upload Coverage | ||
runs-on: ubuntu-latest | ||
needs: [ coverage ] | ||
needs: [coverage] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
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