We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current task definition in the comment that ubsan is used but it isn't. We should run in 'sanitize' mode
# Run ubsan and gc torture
test_gctorture_1: image: registry.gitlab.com/rirvm/rir_mirror:$CI_COMMIT_SHA variables: GIT_STRATEGY: none PIR_LLVM_OPT_LEVEL: 0 stage: Run tests needs: - rir_container except: - schedules script: - /opt/rir/container/install-test-deps.sh **- cd /opt/rir/build/release** - R_GCTORTURE=5000 bin/gnur-make-tests check || $SAVE_LOGS
Otherwise, we could run bin/gnur-make-tests check in the sanitize task.
bin/gnur-make-tests check
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current task definition in the comment that ubsan is used but it isn't. We should run in 'sanitize' mode
# Run ubsan and gc torture
Otherwise, we could run
bin/gnur-make-tests check
in the sanitize task.The text was updated successfully, but these errors were encountered: