-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel-erlang becomes rules_erlang at version 2
Primary changes: - Add Windows support (when using symlinks https://docs.bazel.build/versions/main/windows.html#enable-symlink-support) - Rework a lot of names based on a year of bazel knowledge Note that the github actions workflow does not upload logs artifact in windows due to a bug: actions/upload-artifact#240
- Loading branch information
Showing
34 changed files
with
1,738 additions
and
1,407 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
load(":bazel_erlang.bzl", "bazel_erlang_deps") | ||
load(":rules_erlang.bzl", "rules_erlang_dependencies") | ||
|
||
bazel_erlang_deps() | ||
rules_erlang_dependencies() |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
load("//private:app_file.bzl", "app_file_private") | ||
|
||
def app_file(**kwargs): | ||
app_file_private(**kwargs) |
Oops, something went wrong.