File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
8585
8686 test :
8787 name : Run tests
88- runs-on : ubuntu-latest
89- # runs-on:
90- # - self-hosted
91- # - dind
88+ # runs-on: ubuntu-latest
89+ runs-on :
90+ - self-hosted
91+ - dind
9292 services :
9393 # Label used to access the service container
9494 vector-serve :
@@ -109,19 +109,10 @@ jobs:
109109 /home/runner/.pgrx
110110 - name : Install sys dependencies
111111 run : |
112- sudo apt-get update && sudo apt-get install -y make wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev
112+ sudo apt-get update && sudo apt-get install -y make wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev libicu-dev
113113 - uses : ./.github/actions/pgx-init
114114 with :
115115 working-directory : ./extension
116- - name : Restore cached binaries
117- uses : actions/cache@v4
118- with :
119- path : |
120- /usr/local/bin/stoml
121- ~/.cargo/bin/trunk
122- key : ${{ runner.os }}-bins-${{ github.sha }}
123- restore-keys : |
124- ${{ runner.os }}-bins-
125116 - name : setup-tests
126117 run : |
127118 make setup
You can’t perform that action at this time.
0 commit comments