diff --git a/.github/workflows/prebuild.yaml b/.github/workflows/prebuild.yaml index fd6ee8879..8166f2ede 100644 --- a/.github/workflows/prebuild.yaml +++ b/.github/workflows/prebuild.yaml @@ -39,7 +39,7 @@ on: workflow_dispatch # release tag as the canvas version being built. # env: # UPLOAD_TO: "v0.0.1" -# + # Node 19 requires a recent node-gyp # Node 10, 11 require 8 # Node 8, 9 require 6.1 @@ -84,7 +84,7 @@ jobs: cp -rfv ./prebuild-branch/prebuild/* ./prebuild/ npm install -g node-gyp npm install --ignore-scripts - . prebuild/Linux/preinstall.sh + # . prebuild/Linux/preinstall.sh cp prebuild/Linux/binding.gyp binding.gyp node-gyp rebuild -j 2 . prebuild/Linux/bundle.sh diff --git a/prebuild/Linux/preinstall.sh b/prebuild/Linux/preinstall.sh index 16aa9ceac..57bbc571c 100644 --- a/prebuild/Linux/preinstall.sh +++ b/prebuild/Linux/preinstall.sh @@ -3,7 +3,7 @@ # ... except for libseccomp, which could go in the docker image, but for now I # don't want to rebuild it. -apt-get install -y seccomp2 seccomp-dev libseccomp2 libseccomp-dev +apt-get install -y libseccomp2 libseccomp-dev git clone git://anongit.gentoo.org/proj/pax-utils.git cd pax-utils