-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Bazel 8 #30
base: migrate-to-bzlmod
Are you sure you want to change the base?
Conversation
@@ -6,13 +6,13 @@ bazel_dep(name = "rules_scala_annex") | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Wait until
upgrade-to-bazel-8
is merged and change this to a release tag.
|
c726e57
to
bf25756
Compare
…ction_env The former is deprecated and has been replaced with the latter.
2c28541
to
eb0fa14
Compare
Rebased off of |
@@ -10,13 +10,13 @@ hocon_library( | |||
"2.conf", | |||
"3.conf", | |||
], | |||
deps = glob(["config/2.conf"]) + glob(["config/3.conf"]), |
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.
Why are we removing config/2.conf from here?
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.
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.
The build is failing:
|
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.
failing build
No description provided.