mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-19 11:16:51 +00:00
The runner script allows to pass arguments to docker and the final command, using the -- separator. This did not work as expected, the arguments got concatenated to the first member, not all of them passed. The following now works: $ ./docker-run --env CC=clang $ ./docker-run --env CC=clang -- $ ./docker-run --env CC=clang -- /bin/bash Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
ci-centos-7-x86_64 | ||
ci-centos-8-x86_64 | ||
ci-musl-x86_64 | ||
ci-openSUSE-Leap-15.2-x86_64 | ||
ci-openSUSE-tumbleweed-x86_64 | ||
docker-build | ||
docker-run | ||
run-tests | ||
test-build |