Skip to content

Commit

Permalink
bazel: mess with config options to make dbus build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Sep 5, 2023
1 parent 3779c75 commit b3c381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/third_party/dbus/dbus.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configure_make(
"//conditions:default": ["--jobs=`nproc`"],
}),
copts = ["-O3"],
configure_options = ["--disable-selinux"],
configure_options = ["--disable-selinux --without-x --disable-tests"],
lib_source = ":all",
configure_in_place = True,
deps = ["@expat"],
Expand Down

0 comments on commit b3c381a

Please sign in to comment.