Skip to content

Instantly share code, notes, and snippets.

@tgrabiec
Last active March 3, 2023 16:15
Show Gist options
  • Save tgrabiec/e712cacf28d121802ba20cf2913753cf to your computer and use it in GitHub Desktop.
Save tgrabiec/e712cacf28d121802ba20cf2913753cf to your computer and use it in GitHub Desktop.
$ cat build/dbuild/scylla
scylla_home=/mnt/src/scylla2
ARGS=(-v "$HOME/.dtest:$HOME/.dtest" \
-v "$scylla_home:$scylla_home" \
-e SCYLLA_HOME="$SCYLLA_HOME")
${scylla_home}/tools/toolchain/dbuild ${ARGS[@]} -- ${scylla_home}/build/dev/scylla $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment