This commit is contained in:
Chaos Rogers 2025-07-10 14:08:26 +01:00
parent 80b49e3a4a
commit f6b4de3d4c

View file

@ -61,7 +61,7 @@ jobs:
# Add library path for the cross-compiler's linker # Add library path for the cross-compiler's linker
RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu RUSTFLAGS: -L/usr/lib/aarch64-linux-gnu
- name: tests - name: tests
run: cargo test --release --target ${{ env.RUST_TARGET }} run: cargo test --release --target ${{ env.RUST_TARGET }} --bin ntp_timeturner
env: env:
# Set linker for the target # Set linker for the target
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc