File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
5555 CIBW_BUILD : " cp38-* cp311-*"
5656 CIBW_SKIP : " *-musllinux*" # Skip musl builds, focus on glibc
5757
58- # Install minimal system dependencies before building
59- CIBW_BEFORE_ALL_LINUX : >
60- yum install -y make gcc-c++ kernel-headers ||
61- (apt-get update && apt-get install -y build-essential linux-headers-generic)
58+ # # Install minimal system dependencies before building
59+ # CIBW_BEFORE_ALL_LINUX: >
60+ # yum install -y make gcc-c++ kernel-headers ||
61+ # (apt-get update && apt-get install -y build-essential linux-headers-generic)
6262
6363 # Test the built wheels
6464 CIBW_TEST_COMMAND : " python -c 'import pylibbpf; print(f\" pylibbpf {pylibbpf.__version__} imported successfully\" )'"
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ set(LIBBPF_LIBRARIES ${CMAKE_CURRENT_BINARY_DIR}/libbpf/libbpf.a)
4141# EXAMPLE_VERSION_INFO is defined by setup.py and passed into the C++ code as a
4242# define (VERSION_INFO) here.
4343target_compile_definitions (pylibbpf
44- PRIVATE VERSION_INFO=${EXAMPLE_VERSION_INFO } )
44+ PRIVATE VERSION_INFO=${PYLIBBPF_VERSION_INFO } )
You can’t perform that action at this time.
0 commit comments