Skip to content

Commit 9f4547f

Browse files
committed
DONOTMERGE Changes to build UPC AMI for Ubuntu22.04 (kernel 6.8) ARM64.
Signed-off-by: Giacomo Marciani <[email protected]>
1 parent 4e23e3f commit 9f4547f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cookbooks/aws-parallelcluster-platform/resources/nvidia_driver/nvidia_driver_ubuntu20+.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@
2121
def rebuild_initramfs?
2222
true
2323
end
24+
25+
def compiler_version
26+
# gcc 12.3.0 is the default version installed
27+
'gcc'
28+
end
29+
30+
def compiler_path
31+
'CC=/usr/bin/gcc'
32+
end

0 commit comments

Comments
 (0)