Skip to content

Commit 7a36bf9

Browse files
committed
Ensure bpf build also uses --host_features
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent cfb2fae commit 7a36bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test:clang-libstdc++ --config=tmp-sandbox
112112

113113
build:qemu-bpf --config=clang-base
114114
build:qemu-bpf --//bazel:enable_libcpp
115-
build:qemu-bpf --features=libc++ --features=-libstdc++
115+
build:qemu-bpf --features=libc++ --features=-libstdc++ --host_features=libc++ --host_features=-libstdc++
116116
build:qemu-bpf --build_tag_filters=requires_bpf,requires_root,-no_qemu,-no_libcpp
117117
build:qemu-bpf --test_tag_filters=requires_bpf,requires_root,-no_qemu,-no_libcpp,-disabled
118118
build:qemu-bpf --sandbox_fake_username

0 commit comments

Comments
 (0)