From 0e84970ae5315dba9f7bc285d409e727c1526b6e Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 30 Oct 2025 16:17:56 -0600 Subject: [PATCH] fix tests --- core/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/run-tests.sh b/core/run-tests.sh index 185eb5a3e..c5150a5ee 100755 --- a/core/run-tests.sh +++ b/core/run-tests.sh @@ -26,7 +26,7 @@ if [[ "${ENVIRONMENT}" =~ (^|-)console($|-) ]]; then RUSTFLAGS="--cfg tokio_unstable" fi -alias 'rust-musl-builder'='docker run $USE_TTY --rm -e "RUSTFLAGS=$RUSTFLAGS" -v "$HOME/.cargo/registry":/root/.cargo/registry -v "$HOME/.cargo/git":/root/.cargo/git -v "$(pwd)":/home/rust/src -w /home/rust/src -P messense/rust-musl-cross:$ARCH-musl' +source ./core/builder-alias.sh echo "FEATURES=\"$FEATURES\"" echo "RUSTFLAGS=\"$RUSTFLAGS\""