Skip to content
Snippets Groups Projects
Commit 7744e699 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Should not require any arm

parent 65100270
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -5,7 +5,7 @@ stages: ...@@ -5,7 +5,7 @@ stages:
# Setup the rust environment # Setup the rust environment
before_script: before_script:
- apt-get update -yqq - apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential gcc-arm-none-eabi gcc-multilib binutils-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi - apt-get install -yqq --no-install-recommends build-essential# gcc-arm-none-eabi gcc-multilib binutils-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi
# Must be outside the project folder # Must be outside the project folder
# - cd / # - cd /
# - cargo install xargo # - cargo install xargo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment