We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c1020 commit ae6cf77Copy full SHA for ae6cf77
ci/test/00_setup_env_native_asan.sh
@@ -17,7 +17,7 @@ if [[ "${INSTALL_BCC_TRACING_TOOLS}" == "true" ]]; then
17
# Determine the appropriate headers package
18
if [[ $KERNEL_RELEASE == *-azure ]]; then
19
# For Azure kernels
20
- HEADERS_PACKAGE="linux-headers-azure"
+ HEADERS_PACKAGE="linux-headers-generic"
21
else
22
# For standard kernels
23
HEADERS_PACKAGE="linux-headers-$(uname -r)"
0 commit comments