Skip to content

Commit 8eaf098

Browse files
committed
v3.0.1
1 parent e768fc6 commit 8eaf098

File tree

2 files changed

+4
-48
lines changed

2 files changed

+4
-48
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_erlang",
3-
version = "3.0.0",
3+
version = "3.0.1",
44
compatibility_level = 3,
55
)
66

presubmit.yml

Lines changed: 3 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,52 +17,8 @@ tasks:
1717
- |
1818
ERLANG_HOME="$(realpath ~/kerl/${ERLANG_VERSION})"
1919
cat << EOF >> user.bazelrc
20-
build --@rules_erlang//:erlang_version=${ERLANG_VERSION}
21-
build --@rules_erlang//:erlang_home=${ERLANG_HOME}
20+
build --//:erlang_version=${ERLANG_VERSION}
21+
build --//:erlang_home=${ERLANG_HOME}
2222
EOF
23-
build_flags:
24-
- --incompatible_strict_action_env
25-
- --extra_toolchains=@rules_erlang//:erlang_toolchain_external
2623
build_targets:
27-
- '@rules_erlang//...'
28-
bcr_test_module:
29-
module_path: "test"
30-
tasks:
31-
run_test_module_ubuntu:
32-
name: "Run test module (Ubuntu)"
33-
platform: ubuntu2004
34-
environment:
35-
ERLANG_VERSION: "24.3"
36-
shell_commands:
37-
- curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
38-
- chmod a+x kerl
39-
- ./kerl update releases
40-
- ./kerl build ${ERLANG_VERSION}
41-
- ./kerl install ${ERLANG_VERSION} ~/kerl/${ERLANG_VERSION}
42-
build_flags:
43-
- --@rules_erlang//:erlang_version=24.3
44-
- --@rules_erlang//:erlang_home=/var/lib/buildkite-agent/kerl/24.3
45-
- --extra_toolchains=@rules_erlang//:erlang_toolchain_external
46-
- --incompatible_strict_action_env
47-
- --config=local
48-
build_targets:
49-
- "//..."
50-
run_test_module_mac:
51-
name: "Run test module (macOS)"
52-
platform: macos
53-
environment:
54-
ERLANG_VERSION: "24.3"
55-
shell_commands:
56-
- curl -O https://raw.githubusercontent.com/kerl/kerl/master/kerl
57-
- chmod a+x kerl
58-
- ./kerl update releases
59-
- ./kerl build ${ERLANG_VERSION}
60-
- ./kerl install ${ERLANG_VERSION} ~/kerl/${ERLANG_VERSION}
61-
build_flags:
62-
- --@rules_erlang//:erlang_version=24.3
63-
- --@rules_erlang//:erlang_home=/Users/buildkite/kerl/24.3
64-
- --extra_toolchains=@rules_erlang//:erlang_toolchain_external
65-
- --incompatible_strict_action_env
66-
- --config=local
67-
build_targets:
68-
- "//..."
24+
- '//...'

0 commit comments

Comments
 (0)