Skip to content

Commit

Permalink
chore: don't rely on common verb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 29, 2023
1 parent f8bb684 commit 897021c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions modules/aspect_rules_ts/2.0.0-beta1/patches/common_flag.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- e2e/bzlmod/.bazelrc
+++ e2e/bzlmod/.bazelrc
@@ -1,4 +1,7 @@
-# NB: we don't import common bazelrc shared with e2e workspaces
+# NB: we don't import common bazelrc shared with e2e workspaces so that we can test flag settings

+build --enable_runfiles
common --enable_bzlmod
-common --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
+build --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
+query --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
+fetch --@aspect_rules_ts//ts:skipLibCheck=honor_tsconfig
3 changes: 2 additions & 1 deletion modules/aspect_rules_ts/2.0.0-beta1/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"strip_prefix": "rules_ts-2.0.0-beta1",
"url": "https://github.com/aspect-build/rules_ts/releases/download/v2.0.0-beta1/rules_ts-v2.0.0-beta1.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-noLRm1ngqg0xGKn/YZjZ0ZHF4Hq1UDkmh7qvtj768MM="
"module_dot_bazel_version.patch": "sha256-noLRm1ngqg0xGKn/YZjZ0ZHF4Hq1UDkmh7qvtj768MM=",
"common_flag.patch": "sha256-V9yUtu+f/PjH9REujcvJK7F6YOYxRdSg/ikzbevzLvY="
},
"patch_strip": 0
}

0 comments on commit 897021c

Please sign in to comment.