Skip to content

Commit

Permalink
fix: update CircleCI config for arm64 (#465)
Browse files Browse the repository at this point in the history
* update config for arm64

* Apply suggestions from code review

Co-authored-by: Rod Vagg <rod@vagg.org>

---------

Co-authored-by: Rod Vagg <rod@vagg.org>
  • Loading branch information
aarshkshah1992 and rvagg authored Jul 10, 2024
1 parent ffdfe86 commit 95800b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ commands:
condition: << parameters.linux >>
steps:
- run: sudo apt-get update
- run: sudo apt-get install --no-install-recommends -y valgrind ocl-icd-opencl-dev libssl-dev libhwloc-dev nvidia-cuda-toolkit g++-10
- run: DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -y valgrind ocl-icd-opencl-dev libssl-dev libhwloc-dev nvidia-cuda-toolkit g++-10
- run:
name: Downgrade to GCC 10, as CUDA 11 doesn't play nice with GCC 11
command: |
Expand Down

0 comments on commit 95800b2

Please sign in to comment.