Skip to content

Commit

Permalink
ubuntu24.04 precompile support
Browse files Browse the repository at this point in the history
Signed-off-by: shiva kumar <[email protected]>
  • Loading branch information
shivakunv committed Dec 3, 2024
1 parent 6e1cb52 commit 023f829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/precompiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# get kernel flavors
# KERNEL_FLAVORS=("aws" "azure" "generic" "nvidia" "oracle")
# KERNEL_FLAVORS=("azure" "generic")
# KERNEL_FLAVORS=("nvidia")
KERNEL_FLAVORS=("nvidia")
kernel_flavors_json=$(printf '%s\n' "${KERNEL_FLAVORS[@]}" | jq -R . | jq -cs .)
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
Expand Down
1 change: 0 additions & 1 deletion base/generate-ci-config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update -y -qq > /dev/null

# Generate a list of all kernel versions which have NVIDIA precompiled driver packages available.
# DIST="ubuntu-$(lsb_release -sr)"
SUPPORTED_KERNELS=$(apt-cache search linux-objects-nvidia-${DRIVER_BRANCH}-server.*${LTS_KERNEL}.*${KERNEL_FLAVOR} | awk '{print $1}' | grep -v "open" | sed -e "s/^.*${LTS_KERNEL}/${LTS_KERNEL}/" | sort -n -t'-' -k2)

# Grab latest driver version for nvidia-utils-${DRIVER_BRANCH}-server
Expand Down

0 comments on commit 023f829

Please sign in to comment.