Skip to content

Commit 0a00c28

Browse files
committed
ga build
1 parent b957746 commit 0a00c28

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,6 @@ jobs:
1919
override: true
2020
components: rustfmt, clippy
2121

22-
- name: Install ICU (Ubuntu)
23-
if: matrix.os == 'ubuntu-latest'
24-
run: sudo apt-get install -y libicu-dev
25-
26-
- name: Install ICU (macOS)
27-
if: matrix.os == 'macos-latest'
28-
run: brew install icu4c
29-
30-
- name: Cache vcpkg
31-
uses: actions/cache@v3
32-
with:
33-
path: ${{ github.workspace }}/vcpkg
34-
key: vcpkg-${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}
35-
36-
- name: Setup vcpkg
37-
uses: lukka/run-vcpkg@v11
38-
timeout-minutes: 15
39-
with:
40-
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
41-
vcpkgGitCommitId: '501db0f17ef6df184fcdbfbe0f87cde2313b6ab1'
42-
runVcpkgInstall: true
43-
44-
- name: Set VCPKG_ROOT
45-
run: echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg" >> $GITHUB_ENV
46-
47-
- name: Install ICU (Windows)
48-
if: matrix.os == 'windows-latest'
49-
run: ${{ github.workspace }}/vcpkg/vcpkg install icu:x64-windows
50-
51-
- name: Set up ICU path (Windows)
52-
if: matrix.os == 'windows-latest'
53-
run: echo "${{ github.workspace }}/vcpkg/installed/x64-windows/bin" >> $env:GITHUB_PATH
54-
5522
- name: Set up cargo cache
5623
uses: actions/cache@v3
5724
continue-on-error: false
@@ -78,8 +45,7 @@ jobs:
7845
- name: Build Extension
7946
run: cargo pgrx package
8047
env:
81-
ICU_VERSION: 74
82-
VCPKGRS_DYNAMIC: 1
48+
PGRX_NO_ICU: 1
8349

8450
- name: Upload Extension Artifact
8551
uses: actions/upload-artifact@v3
@@ -104,7 +70,4 @@ jobs:
10470
with:
10571
profile: minimal
10672
toolchain: stable
107-
override: true
108-
109-
- name: Install ICU
110-
run: sudo apt-get install -y libicu-dev
73+
override: true

vcpkg.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)