r-hub / containers

Docker containers for R-hub
https://r-hub.github.io/containers/
15 stars 4 forks source link

Execution halted when using clang-ubsan container #32

Closed dfalbel closed 1 year ago

dfalbel commented 1 year ago

It seems that when installing packages using pak we get a Execution halted error when using the clang-ubsan container.

For example:

https://github.com/mlverse/tfevents/actions/runs/4252622314/jobs/7396446533

Everything seemed to work fine for oter container types.

dfalbel commented 1 year ago

Sorry, actually, it seems like it's just a typo in the workflow file !

https://github.com/mlverse/tfevents/commit/5e6f876bdc18b97a58967f2f2980f553b00ef783

I don't know why I was also having the problem locally, but maybe it's just because of the amd64 emulation.