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 <gedankenexperimenter@gmail.com>
pull/1122/head
Michael Richters 3 years ago
parent dd54510431
commit d87de66e04
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -13,9 +13,6 @@ tar xf /kaleidoscope-src/kaleidoscope.tar -C /kaleidoscope/
echo "Syncing the bundle..." echo "Syncing the bundle..."
tar xf /kaleidoscope-src/bundle.tar -C /kaleidoscope/.arduino/user/hardware/keyboardio 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/ cd /kaleidoscope/
export ARDUINO_DIRECTORIES_DATA=/arduino-cli/data export ARDUINO_DIRECTORIES_DATA=/arduino-cli/data

Loading…
Cancel
Save