Skip to content

Commit 8e5c8ff

Browse files
committed
ci(coprocessor): pin sqlx-cli installs in workflows
1 parent 16d7577 commit 8e5c8ff

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/coprocessor-benchmark-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
libclang-dev docker-compose-v2 \
133133
docker.io acl
134134
sudo systemctl start docker
135-
cargo install sqlx-cli
135+
cargo +stable install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
136136
137137
- name: Install foundry
138138
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

.github/workflows/coprocessor-benchmark-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
sudo usermod -aG docker "$USER"
189189
newgrp docker
190190
sudo setfacl --modify user:"$USER":rw /var/run/docker.sock
191-
cargo install sqlx-cli
191+
cargo +stable install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
192192
193193
- name: Install foundry
194194
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

.github/workflows/coprocessor-cargo-listener-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
sudo apt-get update
6161
sudo apt-get install -y protobuf-compiler && \
62-
cargo install sqlx-cli
62+
cargo install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
6363
6464
- name: Install foundry
6565
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

.github/workflows/coprocessor-cargo-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: |
6060
sudo apt-get update
6161
sudo apt-get install -y protobuf-compiler && \
62-
cargo install sqlx-cli
62+
cargo install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
6363
6464
- name: Install foundry
6565
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

.github/workflows/coprocessor-gpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
sudo usermod -aG docker "$USER"
139139
newgrp docker
140140
sudo setfacl --modify user:"$USER":rw /var/run/docker.sock
141-
cargo install sqlx-cli
141+
cargo install sqlx-cli --version 0.7.2 --no-default-features --features postgres --locked
142142
143143
- name: Install foundry
144144
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c

0 commit comments

Comments
 (0)