Skip to content

Commit

Permalink
chore: Don't build Qt stuff in bazel cross-compile builds.
Browse files Browse the repository at this point in the history
We're not ready for ARM builds of ffmpeg.
  • Loading branch information
iphydf committed Dec 2, 2024
1 parent 30e619e commit a646758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ cc_library(
hdrs = ["dbutility/include/dbutility/dbutility.h"],
copts = COPTS,
strip_include_prefix = "dbutility/include",
tags = ["no-cross"],
deps = [
"//qtox/src",
"@qt//:qt_core",
Expand Down

0 comments on commit a646758

Please sign in to comment.