Closed danobi closed 4 days ago
sched-ext selftests link against zstd. It currently fails with the following linker error:
rc/tools/testing/selftests/sched_ext/build/obj/sched_ext/test_example.o -lelf -lz -lpthread -lzstd /usr/bin/ld: cannot find -lzstd collect2: error: ld returned 1 exit status
Fix by installing zstd-dev package.
Tested in https://github.com/kernel-patches/bpf-rc/pull/4706
sched-ext selftests link against zstd. It currently fails with the following linker error:
Fix by installing zstd-dev package.