From 5c367d573ac0a0c34cf3d81bf7cc274e5e661fde Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Wed, 1 Sep 2021 11:48:36 +0200 Subject: [PATCH] Disable assistant before checks (#327) * Test new setup-alire * Disable assistant inside the test script for Docker --- scripts/gh-build-crate.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index 2f3d13b9..b18d5050 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -15,6 +15,10 @@ CHANGES=$(git diff --name-only HEAD~1) # Bulk changes for the record echo Changed files: $CHANGES +# Disable assistant. This is necessary despite the setup-alire action doing it +# too, because we sometimes run inside a Docker with fresh configuration +alr toolchain --disable-assistant + # Show alr metadata alr version