-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Removed C++ options in .bazelrc since we by default using Bazel 7 which defauts to c++17 - Shorten the workspace name to avoid long path issue on Windows. Fixes #1210
- Loading branch information
1 parent
d4c9dcc
commit 07ff080
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07ff080
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.bazelrc
07ff080
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ -13,5 +13,3 @@ try-import %workspace%/.bazelrc.user
#1204
common --noenable_bzlmod
build --cxxopt=-std=c++14
build --host_cxxopt=-std=c++14
4 změny: 2 dodatky a 2 vypuštění4
PRACOVNÍ PROSTOR
Číslo řádku původního souboru Číslo řádku rozdílu Změna čáry rozdílu
@@ -1,4 +1,4 @@
pracovní prostor ( name = " com_github_bazelbuild_buildtools " )
pracovní prostor ( name = " buildtools " )
načíst ( "@bazel_tools//tools/build_defs/repo:http.bzl" , "http_archive" )
@@ -72,7 +72,7 @@ rules_proto_dependencies()
rules_proto_toolchains ()
načíst ( " @com_github_bazelbuild_buildtools //buildifier:deps.bzl" , "buildifier_dependencies" )
načíst ( "//buildifier:deps.bzl" , "buildifier_dependencies" )
buildifier_dependencies ()
http_archiv (
name = "rules_nodejs" ,
sha256 = "162f4adfd719ba42b8a6f16030a20f434dc110c65dc608660ef7b3411c9873f9" ,
strip_prefix = "rules_nodejs-6.0.2" ,
url = "https://github.com/bazelbuild/rules_nodejs/releases/download/v6.0.2/rules_nodejs-v6.0.2.tar.gz" ,
)
načíst ( "@rules_nodejs//nodejs:repositories.bzl" , "nodejs_register_toolchains" )
nodejs_register_toolchains (
jméno = "nodejs" ,
node_version = "16.7.0" ,
)
http_archiv (
name = "aspect_rules_js" ,
sha256 = "7ab9776bcca823af361577a1a2ebb9a30d2eb5b94ecc964b8be360f443f714b2" ,
strip_prefix = "rules_js-1.32.6" ,
url = "https://github.com/aspect-build/rules_js/releases/download/v1.32.6/rules_js-v1.32.6.tar.gz" ,
)
načíst ( "@aspect_rules_js//js:repositories.bzl" , "rules_js_dependencies" )
rules_js_dependencies ()
načíst ( "@bazel_features//:deps.bzl" , "bazel_features_deps" )
bazel_features_deps ()
načíst ( "@aspect_bazel_lib//lib:repositories.bzl" , "register_copy_to_directory_toolchains" , "register_jq_toolchains" )
register_jq_toolchains ()
register_copy_to_directory_toolchains ()