Skip to content

Commit ef77cd6

Browse files
authored
Upgrade ccm version (#340)
Currently 4.x CI pins the CCM version to a specific commit. Unfortunately this version incorrectly pulls `aarch64` packages even when `x64_64` are needed, causing CI to fail. Newer version does not pull `aarch64` when using defaults.
1 parent 4200ef8 commit ef77cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Setup environment
181181
run: |
182-
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
182+
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
183183
184184
- name: Get cassandra version
185185
id: cassandra-version
@@ -265,7 +265,7 @@ jobs:
265265

266266
- name: Setup environment
267267
run: |
268-
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
268+
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
269269
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
270270
271271
- name: Get scylla version

0 commit comments

Comments
 (0)