From 59a9197abe7f66cbc93b2d2db8c0d6b9bfb49299 Mon Sep 17 00:00:00 2001 From: Mateusz Gancarz Date: Tue, 4 Mar 2025 13:08:14 +0100 Subject: [PATCH] [#74021] add relocating nodist directory --- ci/ci-script.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/ci-script.bash b/ci/ci-script.bash index 4bdf9910e..35b594422 100755 --- a/ci/ci-script.bash +++ b/ci/ci-script.bash @@ -98,6 +98,8 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then export VERILATOR_ROOT="$RELOC_DIR/relocated-install/share/verilator" TEST_REGRESS="$RELOC_DIR/test_regress" mv test_regress "$TEST_REGRESS" + NODIST="$RELOC_DIR/nodist" + mv nodist "$NODIST" # Feeling brave? find . -delete ls -la .