Skip to content

Commit

Permalink
Skip ELF on aarch64 cross-compile
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett authored and Alan Jowett committed Nov 27, 2023
1 parent d27d54a commit ab08999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubpf_plugin/CMakeLists.txt
Expand Up @@ -81,7 +81,7 @@ foreach(file ${files})
set_tests_properties(${file}-Interpreter PROPERTIES WILL_FAIL TRUE)
endif()

if(UBPF_ELF_H_PATH)
if(UBPF_ELF_H_PATH AND NOT CMAKE_SYSTEM_PROCESSOR STREQUAL aarch64)
add_test(
NAME ${file}-JIT-ELF
COMMAND ${BPF_CONFORMANCE_RUNNER} --elf true --test_file_path ${file} ${PLUGIN_JIT}
Expand Down

0 comments on commit ab08999

Please sign in to comment.