We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf257a1 + 8ca8ad6 commit 8deb1e0Copy full SHA for 8deb1e0
.github/workflows/test.yaml
@@ -141,6 +141,11 @@ jobs:
141
#! build:rbe --host_cpu=k8
142
#! build:rbe --cpu=k8
143
#! EOF
144
+ - name: BUILD
145
+ working-directory: test
146
+ run: |
147
+ bazelisk build @rules_erlang//tools:erlang_headers \
148
+ --config=rbe
149
- name: TEST
150
working-directory: test
151
run: |
tools/erlang_headers.bzl
@@ -14,7 +14,6 @@ DEFAULT_FILENAMES = [
14
"erl_drv_nif.h",
15
"erl_fixed_size_int_types.h",
16
"erl_int_sizes_config.h",
17
- "erl_memory_trace_parser.h",
18
"erl_nif.h",
19
"erl_nif_api_funcs.h",
20
]
0 commit comments