We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e860cc + 512a912 commit d6472b8Copy full SHA for d6472b8
1 file changed
.gitlab-ci.yml
@@ -150,7 +150,8 @@ build_and_test_x86_linux:
150
extends: .job_template
151
stage: build
152
script:
153
- - cp /it/e3/lib/python3.12/site-packages/e3/os/data/rlimit-x86_64-linux /it/e3/lib/python3.12/site-packages/e3/os/data/rlimit-x86-linux
+ - E3_OS_DATA_DIR=$(python -c "import e3.os, os.path; print(os.path.join(os.path.dirname(e3.os.__file__), 'data'))")
154
+ - cp $E3_OS_DATA_DIR/rlimit-x86_64-linux $E3_OS_DATA_DIR/rlimit-x86-linux
155
- anod vcs --add-repo gnatcoll-core $CI_PROJECT_DIR
156
- anod build --latest --build=x86-linux gnatcoll-core
157
- anod test --latest --build=x86-linux gnatcoll-core -Qexternal
0 commit comments