You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe at some point in the recent past, -fsanitize=undefined was also used in the clang-asan check. Is the addition of clang-ubsan intended to provide those as separate checks now?
The text was updated successfully, but these errors were encountered:
steps:
# NO NEED TO CHECKOUT HERE
- uses: r-hub/actions/setup@1607aa150e4d33e2b4a2005c214c27dff7b792e9 # v1.5.0with:
config: ${{ github.event.inputs.config }}id: rhub-setup
Right, thanks! I'll blame that on Dependabot which wants me to do it that way. It bumped to 1.5 back in January but hasn't updated since. I'll sort that out. Sorry for the noise.
Such an awesome service! Thank you for the excellent work here.
I've been using clang-asan and valgrind regularly for some time now and they are tremendously helpful.
If I include the new clang-ubsan alone or in combination with other checks, the action always fails at setup, cf.
https://github.com/ctoney/gdalraster/actions/runs/13575477164
vs
https://github.com/ctoney/gdalraster/actions/runs/13575486550
Or in combination: https://github.com/ctoney/gdalraster/actions/runs/13575462731
I believe at some point in the recent past,
-fsanitize=undefined
was also used in the clang-asan check. Is the addition of clang-ubsan intended to provide those as separate checks now?The text was updated successfully, but these errors were encountered: