Skip to content

Commit

Permalink
Hackery
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 23, 2023
1 parent f5d963c commit 903f414
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/Prepare prebuild environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
oldNodeBuildTargets: -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.1 -t 18.0.0
nodeBuildTargets: -t 19.0.0 -t 20.0.0 -t 21.0.0
oldElectronBuildTargets: -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0
oldElectronBuildTargets: -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.0.0 -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.2 -t 15.0.0 -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0
electronBuildTargets: -t 20.0.0 -t 21.0.0 -t 22.0.0 -t 23.0.0 -t 24.0.0 -t 25.0.0 -t 26.0.0 -t 27.0.0
winIA32: -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.1
ReleasePrebuildCount: 370
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
DOCKERFILE: Dockerfile.oldDebian
QEMU_ARCH: x86_64
CMD: BuildOldCMD
COUNT: 23
COUNT: 24
NPMCOUNT: 9

- name: linux-ia32-older
Expand All @@ -178,7 +178,7 @@ jobs:
DOCKERFILE: Dockerfile.oldDebian
QEMU_ARCH: i386
CMD: BuildOldCMD
COUNT: 23
COUNT: 24
NPMCOUNT: 9

- name: linux-arm64-older
Expand All @@ -205,13 +205,13 @@ jobs:
- name: win32-ia32
os: windows-2019
arch: ia32
COUNT: 21
COUNT: 30
NPMCOUNT: 0

- name: win32-x64
os: windows-2019
arch: x64
COUNT: 25
COUNT: 34
NPMCOUNT: 0

steps:
Expand Down Expand Up @@ -299,6 +299,8 @@ jobs:
env JOBS=max node_modules/.bin/prebuild ${oldNodeBuildTargets} ${nodeBuildTargets} --include-regex "\.(node|exe|dll|pdb)" --arch ${{ matrix.arch }}
env JOBS=max node_modules/.bin/prebuild ${oldElectronBuildTargets} ${electronBuildTargets} --include-regex "\.(node|exe|dll|pdb)" -r electron --arch ${{ matrix.arch }}
# Start of Checks

- name: Check Release prebuilds exist
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .prebuild/abi_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"future": false,
"lts": false,
"runtime": "electron",
"target": "14.0.0"
"target": "14.0.2"
},
{
"abi": "98",
Expand Down

0 comments on commit 903f414

Please sign in to comment.