Skip to content

Commit

Permalink
LLVM added
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasHertel80 committed Sep 22, 2023
1 parent ef35f1d commit cf5c93e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_licensed_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
# Test if the cbuild command is working in the Docker container
run: su -l arm_mlops_docker -c "/home/arm_mlops_docker/cmsis-toolbox-linux-amd64/bin/cbuild --version"

- name: Run test command in Docker container
- name: Run test command in Docker container for armclang and license
# Test if the armclang command is working in the Docker container
run: su -l arm_mlops_docker -c"/home/arm_mlops_docker/ArmCompilerforEmbedded6.20/bin/armclang --version"
run: su -l arm_mlops_docker -c "/home/arm_mlops_docker/ArmCompilerforEmbedded6.20/bin/armclang --version"

- name: Run test command in Docker container for arm-llvm
# Test if the arm-llvm 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"
4 changes: 2 additions & 2 deletions docker_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ADD vela_install.sh /vela_install.sh
RUN chmod +x /vela_install.sh && /vela_install.sh
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 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 cmsistoolbox_install.sh /cmsistoolbox_install.sh
Expand Down

0 comments on commit cf5c93e

Please sign in to comment.