Skip to content

Commit

Permalink
added recommended arm compiler installation in Dockerfile (but tempor…
Browse files Browse the repository at this point in the history
…arily disabled)
  • Loading branch information
BillYJT committed May 20, 2023
1 parent 3956e1a commit 438a569
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& . /tmp/fprime-venv/bin/activate \
&& python3 -m pip install -U --upgrade pip setuptools setuptools_scm wheel \
&& printf '\n[ -d "%s" ] && . %s/bin/activate\n' /tmp/fprime-venv /tmp/fprime-venv >> ~/.bashrc \
&& echo 'eval "$(register-python-argcomplete fprime-cli)"' >> ~/.bashrc
&& echo 'eval "$(register-python-argcomplete fprime-cli)"' >> ~/.bashrc

# recommended arm cross compiler version over the apt repository, remove the relative apt install if using this
# see https://github.com/nasa/fprime/discussions/1922
#RUN curl https://releases.linaro.org/components/toolchain/binaries/latest-7/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz

Check failure on line 34 in .devcontainer/Dockerfile

View workflow job for this annotation

GitHub Actions / Spell checking

`linaro` is not a recognized word. (unrecognized-spelling)
#RUN tar xvjf arm-linux-gcc-3.3.2.tar.bz2 -C /usr/local/bin

0 comments on commit 438a569

Please sign in to comment.