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 am using install-nix-action to build secp256k1-jdk and it works perfectly for ubuntu-24.04 and macOS-14. I opened a PR to add ubuntu-24.04-arm and I get the following failure during nix profile install:
nix profile install nixpkgs#secp256k1
shell: /usr/bin/bash -e {0}
env:
JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/23.0.1-11/arm64
JAVA_HOME_23_ARM64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/23.0.1-11/arm64
TMPDIR: /home/runner/work/_temp
error: getting status of '/home/runneradmin/.config/nix/registry.json': Permission denied
Error: Process completed with exit code 1.
I'm not sure what difference in the -arm runner is causing this, but hopefully there is a way to resolve this.
I am using install-nix-action to build
secp256k1-jdk
and it works perfectly forubuntu-24.04
andmacOS-14
. I opened a PR to addubuntu-24.04-arm
and I get the following failure duringnix profile install
:I'm not sure what difference in the
-arm
runner is causing this, but hopefully there is a way to resolve this.The text was updated successfully, but these errors were encountered: