Skip to content

Commit d019f55

Browse files
authored
Fix compiler dependency on ARM (#4980)
I noticed that `dependencies.yaml` had a dependency on an `x86_64` compiler on `aarch64`. This was a typo, not an attempt at cross-compilation. Authors: - Bradley Dice (https://github.com/bdice) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) - Ray Douglass (https://github.com/raydouglass) URL: #4980
1 parent d790d42 commit d019f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ dependencies:
358358
arch: aarch64
359359
cuda: "11.8"
360360
packages:
361-
- gcc_linux-64=11.*
361+
- gcc_linux-aarch64=11.*
362362
- nvcc_linux-aarch64=11.8
363363
- matrix:
364364
arch: x86_64

0 commit comments

Comments
 (0)