From d87de66e049b291646fe3329ba1e21c71e41143c Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Fri, 4 Mar 2022 15:52:25 -0600 Subject: [PATCH] Fix docker simulator tests With the reorganization of arduino-cli libraries in .arduino, we no longer use a symlink for Kaleidoscope, so don't try to delete it or create it inside the Docker container. Signed-off-by: Michael Richters --- etc/docker-entrypoint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/docker-entrypoint.sh b/etc/docker-entrypoint.sh index 4a06b284..7a819c83 100755 --- a/etc/docker-entrypoint.sh +++ b/etc/docker-entrypoint.sh @@ -13,9 +13,6 @@ tar xf /kaleidoscope-src/kaleidoscope.tar -C /kaleidoscope/ echo "Syncing the bundle..." tar xf /kaleidoscope-src/bundle.tar -C /kaleidoscope/.arduino/user/hardware/keyboardio -rm -f /kaleidoscope/.arduino/user/hardware/keyboardio/avr/libraries/Kaleidoscope -ln -s /kaleidoscope /kaleidoscope/.arduino/user/hardware/keyboardio/avr/libraries/Kaleidoscope - cd /kaleidoscope/ export ARDUINO_DIRECTORIES_DATA=/arduino-cli/data