Skip to content

Commit 759e98c

Browse files
committed
ubuntu24.04 precompile support
1 parent 59e7847 commit 759e98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/precompiled.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ jobs:
226226
# Convert array to JSON format and assign
227227
echo "[]" > ./matrix_values_$DIST.json
228228
printf '%s\n' "${KERNEL_VERSIONS[@]}" | jq -R . | jq -s . > ./matrix_values_$DIST.json
229-
cat ./matrix_values_$DIST.json
230-
231229
232230
- name: Upload kernel matrix values as artifacts
233231
uses: actions/upload-artifact@v4

tests/scripts/ci-precompiled-helpers.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ get_kernel_versions_to_test() {
1111

1212
kernel_versions=()
1313
for kernel_flavor in "${KERNEL_FLAVORS[@]}"; do
14+
# TODO remove this check once nvidia avaialble
15+
# currently for ubuntu24.04 flavor = nvidia-lowlatency
1416
if [[ "$DIST" == "ubuntu24.04" && "$kernel_flavor" == "nvidia" ]]; then
1517
kernel_flavor="nvidia-lowlatency"
1618
fi

0 commit comments

Comments
 (0)