Compare commits

..

2 commits

Author SHA1 Message Date
daa4f8d9e3
make sure gcc/gxx std libs are available
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-15 22:02:47 -05:00
f41bd4779a
update runner container image 2023-04-15 21:52:49 -05:00
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/jcollie/nixos-runner:10-4d0c01b1
container: docker.io/jcollie/nixos-runner:12-7495ae12
steps:
- run: ldd /__e/node16/bin/node
# - uses: actions/checkout@v3.5.2

View file

@ -31,13 +31,14 @@
pkgs.coreutils-full
pkgs.gawk
pkgs.git
pkgs.glibc.bin
pkgs.gnugrep
pkgs.gnused
pkgs.glibc.bin
pkgs.nix
pkgs.nodejs-16_x
pkgs.nushell
pkgs.podman
pkgs.stdenv.cc.cc.lib
];
flake-registry = null;