diff options
author | Ayke van Laethem <[email protected]> | 2019-12-14 00:45:04 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-12-14 22:27:45 +0100 |
commit | cf32607306fd8cd4a75a7fb4ed9b47413b415fe5 (patch) | |
tree | 8d81d06ea874d6e7d312bc9482a835d1ecd03f5b /.circleci | |
parent | ad022ef23d73bbcb8901d7d023a2c8ac907ffb6b (diff) | |
download | tinygo-cf32607306fd8cd4a75a7fb4ed9b47413b415fe5.tar.gz tinygo-cf32607306fd8cd4a75a7fb4ed9b47413b415fe5.zip |
tools: rewrite gen-device-svd in Go
This should make it more maintainable. Another big advantage that
generation time (including gofmt) is now 3 times faster. No real attempt
at refactoring has been made, that will need to be done at a later time.
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e148c933..92e6a424d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ commands: wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - sudo apt-get update sudo apt-get install \ - python3 \ llvm<<parameters.llvm>>-dev \ clang<<parameters.llvm>> \ libclang<<parameters.llvm>>-dev \ @@ -83,7 +82,6 @@ commands: name: "Install apt dependencies" command: | sudo apt-get install \ - python3 \ gcc-arm-linux-gnueabihf \ binutils-arm-none-eabi \ libc6-dev-armel-cross \ @@ -148,7 +146,6 @@ commands: name: "Install apt dependencies" command: | sudo apt-get install \ - python3 \ gcc-arm-linux-gnueabihf \ binutils-arm-none-eabi \ libc6-dev-armel-cross \ |