We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ccb6b commit 8563105Copy full SHA for 8563105
.github/workflows/build_test_push.yaml
@@ -23,6 +23,7 @@ jobs:
23
needs: [build-pink-macos]
24
runs-on: ubuntu-latest
25
env:
26
+ RONDB_VERSION: 22.10.5
27
RONDB_TARBALL_URI: https://repo.hops.works/master/rondb-22.10.5-linux-glibc2.28-x86_64.tar.gz
28
RONDB_DOCKER_DIR: /tmp/rondb-docker
29
RONDB_PATH: /tmp/rondb-docker/rondb
@@ -50,6 +51,7 @@ jobs:
50
51
# The script expects a relative path to the tarball
52
cd $RONDB_DOCKER_DIR && ./build_run_docker.sh -d \
53
--rondb-tarball-path ./rondb \
54
+ --rondb-version $RONDB_VERSION \
55
--size small \
56
--num-mgm-nodes 1 \
57
--node-groups 1 \
0 commit comments