mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 06:10:00 +00:00
Bump the versions of all aspect Bazel dependencies (#8508)
* bump all aspect dependency versions to latest * add workspace file to test bazel repo
This commit is contained in:
committed by
GitHub
parent
50be3cfe8c
commit
65e49faf76
6
.bazelrc
6
.bazelrc
@@ -11,4 +11,8 @@ common:windows --enable_runfiles
|
||||
# Swift is not required on Windows
|
||||
common:windows --deleted_packages=swift
|
||||
# Ignore warnings in external dependencies
|
||||
build --per_file_copt=external/.*@-Wno-everything --host_per_file_copt=external/.*@-Wno-everything
|
||||
build --per_file_copt=external/.*@-Wno-everything --host_per_file_copt=external/.*@-Wno-everything
|
||||
# Honor the setting of `skipLibCheck` in the tsconfig.json file.
|
||||
common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
|
||||
# Use "tsc" as the transpiler when ts_project has no `transpiler` set.
|
||||
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
|
||||
|
||||
Reference in New Issue
Block a user