Skip to content

Commit ae6cf77

Browse files
committed
fixup! fixup kernel release version for azure VMs
1 parent 55c1020 commit ae6cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env_native_asan.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [[ "${INSTALL_BCC_TRACING_TOOLS}" == "true" ]]; then
1717
# Determine the appropriate headers package
1818
if [[ $KERNEL_RELEASE == *-azure ]]; then
1919
# For Azure kernels
20-
HEADERS_PACKAGE="linux-headers-azure"
20+
HEADERS_PACKAGE="linux-headers-generic"
2121
else
2222
# For standard kernels
2323
HEADERS_PACKAGE="linux-headers-$(uname -r)"

0 commit comments

Comments
 (0)