Skip to content

CI updates #760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
rust: nightly
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
rust: nightly
# FIXME: pinned due to https://github.com/llvm/llvm-project/issues/127804
rust: nightly-2025-02-07
- target: aarch64-pc-windows-msvc
os: windows-latest
rust: nightly
Expand Down Expand Up @@ -98,7 +99,8 @@ jobs:
test_verbatim: 1
- target: i686-pc-windows-gnu
os: windows-latest
rust: nightly-i686-gnu
# FIXME: pinned due to https://github.com/rust-lang/rust/issues/136795
rust: nightly-2025-02-07-i686-gnu
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
Expand All @@ -117,7 +119,7 @@ jobs:
with:
key: ${{ matrix.target }}
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
if: matrix.os == 'ubuntu-latest'
with:
path: /tmp/.buildx-cache
Expand Down
Loading