Skip to content

Commit

Permalink
[#74021] add relocating nodist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
magancarz committed Mar 4, 2025
1 parent 3153a2a commit 2fc4554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/ci-script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 2fc4554

Please sign in to comment.