rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
77 stars 22 forks source link

Fail if ocipkg::link_package fails #112

Open sjackman opened 2 months ago

sjackman commented 2 months ago

Fail if ocipkg::link_package fails. Errors are ignored currently.

ocipkg::link_package was returning Error: Authorization failed: https://ghcr.io/token. I fixed it by deleting the file ~/.docker/config.json. Running docker login ghcr.io would likely also fix it.

bgianfo commented 2 months ago

Seems like this was intentional to allow doc generation? https://github.com/rust-math/intel-mkl-src/pull/98