File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4040 sudo apt -y autoremove && sudo apt -y clean
4141 sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4242
43- - run : cargo install cargo-pgrx --version 0.16.0
43+ - run : cargo install --locked cargo-pgrx --version 0.16.0
4444 - run : cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4545
4646 - name : Build docker images
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 # Ensure cargo/rust on path
103103 source "$HOME/.cargo/env"
104104
105- cargo install cargo-pgrx --version ${{ matrix.pgrx_version }} --locked
105+ cargo install --locked cargo-pgrx --version ${{ matrix.pgrx_version }} --locked
106106 cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
107107
108108 # selects the pgVer from pg_config on path
Original file line number Diff line number Diff line change 3838 rustup target add wasm32-unknown-unknown
3939
4040 # install Wasm component
41- cargo install cargo-component --version 0.21.1
41+ cargo install --locked cargo-component --version 0.21.1
4242
4343 # install rustfmt for the toolchain
4444 rustup component add rustfmt
Original file line number Diff line number Diff line change 3636 sudo apt -y autoremove && sudo apt -y clean
3737 sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
3838
39- - run : cargo install cargo-pgrx --version 0.16.0
39+ - run : cargo install --locked cargo-pgrx --version 0.16.0
4040 - run : cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4141
4242 - name : Format code
Original file line number Diff line number Diff line change 4343 sudo apt -y autoremove && sudo apt -y clean
4444 sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4545
46- - run : cargo install cargo-pgrx --version 0.16.0
46+ - run : cargo install --locked cargo-pgrx --version 0.16.0
4747 - run : cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4848
4949 - name : Format code
9191 sudo apt -y autoremove && sudo apt -y clean
9292 sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
9393
94- - run : cargo install cargo-pgrx --version 0.16.0
94+ - run : cargo install --locked cargo-pgrx --version 0.16.0
9595 - run : cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
96- - run : cargo install cargo-component --version 0.21.1
96+ - run : cargo install --locked cargo-component --version 0.21.1
9797 - run : rustup target add wasm32-unknown-unknown
9898
9999 - name : Build Wasm FDWs
You can’t perform that action at this time.
0 commit comments