Skip to content

Commit

Permalink
CI: Set QEMU_RUN_IGNORE_VERSION for the whole qemu-snapshot job
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Jun 30, 2021
1 parent 005adcb commit 562aa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
- stable
- nightly
runs-on: ubuntu-latest
env:
QEMU_RUN_IGNORE_VERSION: 1
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -118,7 +120,6 @@ jobs:
- name: Backward compatibility check against decoder v0.2.0
env:
CARGO_TARGET_THUMBV7M_NONE_EABI_RUNNER: qemu-run
QEMU_RUN_IGNORE_VERSION: 1
run: cargo xtask test-snapshot

# Refs: https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
Expand Down

0 comments on commit 562aa8c

Please sign in to comment.