Adam Azarchs
Adam Azarchs
The linux binaries aren't statically linked either, either the outputs from https://github.com/mamba-org/mamba/blob/main/.github/workflows/static_build.yml or the downloads from conda-forge: ``` $ readelf --needed-libs micromamba NeededLibraries [ ld-linux-x86-64.so.2 libc.so.6 libdl.so.2 libm.so.6 libpthread.so.0 libresolv.so.2...
GitHub [supports refresh tokens](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/refreshing-user-access-tokens). It just doesn't require them.
I was able to solve this problem by setting `BAZEL_LLVM=".../VC/Tools/Llvm/x64"` rather than the auto-detected `BAZEL_LLVM=".../VC/Tools/Llvm"`.
Seems like this is possibly a duplicate of https://github.com/NixOS/patchelf/issues/528? The thing about alignment issues is that there are a lot of things that can affect whether or not one hits...
There was a [presentation about globs at bazelcon](https://bazelcon2024.sched.com/event/1h6SI/how-bazel-handles-globs-nathan-harmata-google) last year, which goes into further detail about why using recursive globs is problematic. It would be really useful to have this...
I'm getting this with `yarn`. If I run the action in debug mode, I see during the cache restore step ``` ##[debug]yarn's cache folder "/home/runner/.cache/yarn/v6" configured for the directory "/home/runner/work/my-repo/my-repo"...