Add bazel ci (#8497)

This commit is contained in:
Derek Bailey
2025-01-22 13:41:45 -08:00
committed by GitHub
parent 4b69b27d43
commit 69ac6a712d
3 changed files with 22 additions and 1 deletions

View File

@@ -9,4 +9,6 @@ common --action_env=JAVA_HOME=../bazel_tools/jdk
# Workaround "Error: need --enable_runfiles on Windows for to support rules_js"
common:windows --enable_runfiles
# Swift is not required on Windows
common:windows --deleted_packages=swift
common:windows --deleted_packages=swift
# Ignore warnings in external dependencies
build --per_file_copt=external/.*@-Wno-everything --host_per_file_copt=external/.*@-Wno-everything