Skip to content

Commit 6168353

Browse files
gitlab-ci: workaround: tcl_files symlink seems not to work in CI, replacing it with copy
1 parent 61ef332 commit 6168353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ build_rtl:
5151
- make build
5252
- echo "Fetching VIPs"
5353
- ./target/sim/vip/get-vips.sh --yes # --gitlab
54+
- rm -rf build/questasim/tcl_files; cp -R target/sim/questasim/tcl_files build/questasim/tcl_files # workaround: tcl_files symlink seems not to work in CI, replacing it with copy
5455
artifacts:
5556
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA"
5657
paths:

0 commit comments

Comments
 (0)