Skip to content

Commit

Permalink
Fixup platform references for erlang git master nightly tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Sep 28, 2022
1 parent 252e19a commit 6d35adc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-erlang-git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
build:buildbuddy --color=yes
build:buildbuddy --disk_cache=
build:rbe --platforms=//bazel/platforms:erlang_git_master_platform
build:rbe --extra_execution_platforms=//bazel/platforms:erlang_git_master_platform
build:rbe --platforms=//bazel/platforms:erlang_linux_git_master_platform
EOF
bazelisk info release
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ erlang_config.internal_erlang_from_http_archive(
name = "git_master",
strip_prefix = "otp-master",
url = "https://github.com/erlang/otp/archive/refs/heads/master.tar.gz",
version = "master",
version = "26",
)

use_repo(
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ erlang_config(
name = "git_master",
strip_prefix = "otp-master",
url = "https://github.com/erlang/otp/archive/refs/heads/master.tar.gz",
version = "master",
version = "26",
),
],
)
Expand Down
2 changes: 1 addition & 1 deletion bazel/platforms/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ platform(
platform(
name = "erlang_linux_git_master_platform",
constraint_values = [
"@erlang_config//:erlang_master",
"@erlang_config//:erlang_26",
":elixir_1_14",
],
parents = ["@rbe//config:platform"],
Expand Down

0 comments on commit 6d35adc

Please sign in to comment.