Skip to content

Commit

Permalink
Include GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasHertel80 committed Oct 6, 2023
1 parent db88341 commit 34ea803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/licensed_image_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
# Test if the clang command is working in the Docker container
run: su -l arm_mlops_docker -c "/home/arm_mlops_docker/LLVMEmbeddedToolchainForArm-16.0.0-Linux-x86_64/bin/clang --target=armv7m-none-eabi --version"

#- name: Run test command in Docker container for GNU Compiler
- name: Run test command in Docker container for GNU Compiler
# Test if the arm-none-eabi-gcc command is working in the Docker container
# run: su -l arm_mlops_docker -c "/home/arm_mlops_docker/arm-gnu-toolchain-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --target=armv7m-none-eabi --version"
run: su -l arm_mlops_docker -c "/home/arm_mlops_docker/arm-gnu-toolchain-12.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc --version"
4 changes: 2 additions & 2 deletions docker_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ADD avh-fvp_install.sh /avh-fvp_install.sh
RUN chmod +x /avh-fvp_install.sh && /avh-fvp_install.sh
ADD armllvm_install.sh /armllvm_install.sh
RUN chmod +x /armllvm_install.sh && /armllvm_install.sh
#ADD armgcc_install.sh /armgcc_install.sh
#RUN chmod +x /armgcc_install.sh && /armgcc_install.sh
ADD armgcc_install.sh /armgcc_install.sh
RUN chmod +x /armgcc_install.sh && /armgcc_install.sh
ADD cmsistoolbox_install.sh /cmsistoolbox_install.sh
RUN chmod +x /cmsistoolbox_install.sh && /cmsistoolbox_install.sh

Expand Down

0 comments on commit 34ea803

Please sign in to comment.