ci: manually downgrade lalrpop on debian bookworm-based images
This is a workaround to run tests on debian bookworm (with Rust 1.63).
This commit is contained in:
parent
ff8554de3b
commit
4ef4291b53
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,7 @@ cargo-test-debian-bookworm:
|
|||
- apt install -y -qq --no-install-recommends git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto ca-certificates libpcsclite-dev
|
||||
- apt clean
|
||||
- *report-rust
|
||||
- cargo update -p lalrpop@0.20.0 --precise 0.19.12 # hack to work with Rust 1.63
|
||||
script:
|
||||
# there is no virtual card in this image, so subplot does not generate tests
|
||||
# that would require one.
|
||||
|
@ -179,6 +180,7 @@ run_cardtest_ykneo:
|
|||
before_script:
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"
|
||||
- *report-rust
|
||||
- cargo update -p lalrpop@0.20.0 --precise 0.19.12 # hack to work with Rust 1.63
|
||||
script:
|
||||
- sh /start.sh
|
||||
# - RUST_BACKTRACE=1 cargo run -p openpgp-card-tools --bin opgpcard -- status
|
||||
|
@ -200,6 +202,7 @@ run_cardtest_fluffypgp:
|
|||
before_script:
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"
|
||||
- *report-rust
|
||||
- cargo update -p lalrpop@0.20.0 --precise 0.19.12 # hack to work with Rust 1.63
|
||||
script:
|
||||
- sh /start.sh
|
||||
# - RUST_BACKTRACE=1 cargo run -p openpgp-card-tools --bin opgpcard -- status
|
||||
|
|
Loading…
Reference in a new issue