Pass MAKEFLAGS through to docker

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent 6c02e5606c
commit 364e8a1af0
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -49,6 +49,7 @@ docker run --rm $DOCKER_RUN_INTERACTIVE_OPTS \
--mount type=volume,source=kaleidoscope-build,destination=/kaleidoscope/hardware/keyboardio/avr/libraries/Kaleidoscope/_build,consistency=delegated \
--env ARDUINO_DIRECTORIES_DATA=/arduino-cli/data \
--env ARDUINO_DIRECTORIES_USER=/kaleidoscope \
--env MAKEFLAGS=${MAKEFLAGS}
kaleidoscope/docker "$*"

Loading…
Cancel
Save