Compare commits
No commits in common. "c8d1b23d718600b5739bc3d17725e07504c26cb6" and "26bac0b55b7dd0644bc5d7265be6bdc0a644b8aa" have entirely different histories.
c8d1b23d71
...
26bac0b55b
2 changed files with 3 additions and 7 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -4,13 +4,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: docker.io/jcollie/nixos-runner:latest
|
container: docker.io/jcollie/nixos-runner:14-9b8a7bca
|
||||||
steps:
|
steps:
|
||||||
- run: ldd /__e/node16/bin/node
|
- run: ldd /__e/node16/bin/node
|
||||||
- run: echo "ld-library-path=${LD_LIBRARY_PATH}" >> $GITHUB_OUTPUT
|
|
||||||
id: ld-library-path
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
env:
|
|
||||||
LD_LIBRARY_PATH: ${{ steps.ld-library-path.outputs.ld-library-path }}
|
|
||||||
- run: nix -L build .#nixos-runner
|
- run: nix -L build .#nixos-runner
|
||||||
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
pkgs.coreutils-full
|
pkgs.coreutils-full
|
||||||
pkgs.gawk
|
pkgs.gawk
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.glibc
|
pkgs.glibc.bin
|
||||||
pkgs.gnugrep
|
pkgs.gnugrep
|
||||||
pkgs.gnused
|
pkgs.gnused
|
||||||
pkgs.nix
|
pkgs.nix
|
||||||
|
@ -359,7 +359,7 @@
|
||||||
"/root/.nix-profile/share/man"
|
"/root/.nix-profile/share/man"
|
||||||
"/nix/var/nix/profiles/default/share/man"
|
"/nix/var/nix/profiles/default/share/man"
|
||||||
]}"
|
]}"
|
||||||
"LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath defaultPkgs}"
|
"LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib"
|
||||||
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
"GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
"GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
"NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
"NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||||
|
|
Loading…
Reference in a new issue