Skip to content

Commit

Permalink
Don't set rust flags in configure-cross script
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 1, 2023
1 parent 1023951 commit 64d671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secrets/scripts/configure-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set_env() {
echo "CROSS_DEB_ARCH=$1" >> $GITHUB_ENV
echo "PKG_CONFIG_SYSROOT_DIR=\"${CHROOT:-/}\"" >> $GITHUB_ENV
echo "RUSTFLAGS=\"-L $CHROOT$2 $RUSTFLAGS\"" >> $GITHUB_ENV
# echo "RUSTFLAGS=\"-L $CHROOT$2 $RUSTFLAGS\"" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=\"$CHROOT$2/pkgconfig\"" >> $GITHUB_ENV
}

Expand Down

0 comments on commit 64d671b

Please sign in to comment.