Skip to content

Commit ced8827

Browse files
committed
build for PG 15
1 parent 8538d13 commit ced8827

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/generated-build-and-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
os:
10-
# - windows-latest
1110
- macos-latest
1211
- ubuntu-latest
1312
steps:
@@ -37,8 +36,7 @@ jobs:
3736
name: build-npm-artifact-${{ matrix.os }}
3837
path: |
3938
${{ matrix.os == 'macos-latest' && './libpg_query/osx/libpg_query.a' ||
40-
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' ||
41-
matrix.os == 'windows-latest' && './libpg_query/windows/pg_query.lib' }}
39+
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' }}
4240
build-wasm:
4341
needs: build-artifacts
4442
runs-on: ubuntu-latest

.yamlize/workflows/yaml/artifacts/npm.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ with:
44
name: build-npm-artifact-${{ matrix.os }}
55
path: |
66
${{ matrix.os == 'macos-latest' && './libpg_query/osx/libpg_query.a' ||
7-
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' ||
8-
matrix.os == 'windows-latest' && './libpg_query/windows/pg_query.lib' }}
7+
matrix.os == 'ubuntu-latest' && './libpg_query/linux/libpg_query.a' }}

.yamlize/workflows/yaml/build-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
runs-on: ${{ matrix.os }}
22
strategy:
33
matrix:
4-
os: [windows-latest, macos-latest, ubuntu-latest]
4+
os: [macos-latest, ubuntu-latest]
55
steps:
66
- import-yaml: git/checkout.yaml
77
- import-yaml: node/setup.yaml

0 commit comments

Comments
 (0)