Skip to content

Commit

Permalink
CI: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Urhengulas committed Apr 5, 2023
1 parent 7a80fc1 commit 22ef5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtask/src/backcompat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ use crate::{ALL_ERRORS, ALL_SNAPSHOT_TESTS, SNAPSHOT_TESTS_DIRECTORY};
const DISABLED: bool = false;

// use this format: PR <number> - <what feature / change broke compatibility>
// PR #742 - Adds `crate_name` to `Symbol`
const REVISION_UNDER_TEST: &str = "c16f1b79d730749e1ca21c17e7fa27385e0f5b7d";
// PR #747 - Bump wire format
const REVISION_UNDER_TEST: &str = "0e92d3a88aa472377b964979f522829d961d8986";

// the target name is in `firmware/qemu/.cargo/config.toml` but it'd be hard to extract it from that file
const RUNNER_ENV_VAR: &str = "CARGO_TARGET_THUMBV7M_NONE_EABI_RUNNER";
Expand Down

0 comments on commit 22ef5bf

Please sign in to comment.