Skip to content

Commit 8563105

Browse files
committed
Specified rondb version
1 parent 02ccb6b commit 8563105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test_push.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
needs: [build-pink-macos]
2424
runs-on: ubuntu-latest
2525
env:
26+
RONDB_VERSION: 22.10.5
2627
RONDB_TARBALL_URI: https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-x86_64.tar.gz
2728
RONDB_DOCKER_DIR: /tmp/rondb-docker
2829
RONDB_PATH: /tmp/rondb-docker/rondb
@@ -50,6 +51,7 @@ jobs:
5051
# The script expects a relative path to the tarball
5152
cd $RONDB_DOCKER_DIR && ./build_run_docker.sh -d \
5253
--rondb-tarball-path ./rondb \
54+
--rondb-version $RONDB_VERSION \
5355
--size small \
5456
--num-mgm-nodes 1 \
5557
--node-groups 1 \

0 commit comments

Comments
 (0)