intel-mkl-src icon indicating copy to clipboard operation
intel-mkl-src copied to clipboard

Fail if ocipkg::link_package fails

Open sjackman opened this issue 1 year ago • 1 comments

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.

  • https://github.com/termoshtt/ocipkg/issues/115

sjackman avatar Apr 24 '24 02:04 sjackman

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

bgianfo avatar Apr 24 '24 19:04 bgianfo