Conversation
MODULE.bazel
Outdated
| bazel_dep(name = "buildifier_prebuilt", version = "8.0.1", dev_dependency = True) | ||
|
|
||
| rules_scala_annex_version = "lucid_2024-12-06" | ||
| rules_scala_annex_version = "upgrade-to-bazel-8" |
There was a problem hiding this comment.
- Wait until
upgrade-to-bazel-8is merged and change this to a release tag.
|
c726e57 to
bf25756
Compare
2c28541 to
eb0fa14
Compare
|
Rebased off of |
| "2.conf", | ||
| "3.conf", | ||
| ], | ||
| deps = glob(["config/2.conf"]) + glob(["config/3.conf"]), |
There was a problem hiding this comment.
Why are we removing config/2.conf from here?
There was a problem hiding this comment.
IIRC the purpose of using globs here was to show how to use an optional dependency, where the file may or may not exist. This is something that we use in our codebase in order to allow developers to override configuration with a file that isn't checked into git.
There was a problem hiding this comment.
I was receiving errors that they didn't exist, but re-add this line and add allow_empty = True arguments.
|
The build is failing: |
.bazelversion
Outdated
| @@ -1 +1 @@ | |||
| 7.4.1 | |||
| 8.0.1 | |||
There was a problem hiding this comment.
8.1.0 is out now, so let's use that instead.
There was a problem hiding this comment.
Done! Now, we're using our custom version of Bazel, which is based on v8.1.1.
1bf8352 to
97cd950
Compare
eb0fa14 to
47b0204
Compare
|
Rebased off of |
d27ddaa to
033c323
Compare
|
Squashed. |
I think this should be fixed with my latest changes, but we'll see. I know this is a bug with the sandbox, but I'm unsure what exactly causes it. @jjudd likely knows more than me on this one. |
…ction_env The former is deprecated and has been replaced with the latter.
2d2c46b to
8ce9de8
Compare
|
Squashed. |
No description provided.