Skip to content

Commit

Permalink
f: Use a more specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
apljungquist committed Dec 19, 2024
1 parent 95d303e commit 182ab18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[target.aarch64-unknown-linux-gnu]
runner = ["remote-test.sh"]

[target.thumbv7neon-unknown-linux-gnueabihf]
[target.'cfg(all(not(miri), not(target_arch = "x86_64")))']
runner = ["remote-test.sh"]
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY .devhost/install-system-packages.sh ./
RUN ./install-system-packages.sh \
&& rm install-system-packages.sh

ENV PATH=/usr/local/venv/bin:/workspaces/acap-rs/bin:/usr/local/cargo/bin:$PATH \
ENV PATH=/usr/local/venv/bin:/usr/local/cargo/bin:$PATH \
CARGO_HOME=/usr/local/cargo \
RUSTUP_HOME=/usr/local/rustup \
VIRTUAL_ENV=/usr/local/venv
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ check_lint:
## Check that risky FFI patterns are sound using miri
check_miri:
rustup +nightly component add miri
AXIS_DEVICE_IP="" \
cargo +nightly miri test \
--package ffi_patterns \
--target aarch64-unknown-linux-gnu \
Expand Down

0 comments on commit 182ab18

Please sign in to comment.