Skip to content

Commit 8deb1e0

Browse files
authored
Merge pull request #65 from rabbitmq/update-erlang_headers-default-files
Update erlang headers default files
2 parents cf257a1 + 8ca8ad6 commit 8deb1e0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ jobs:
141141
#! build:rbe --host_cpu=k8
142142
#! build:rbe --cpu=k8
143143
#! EOF
144+
- name: BUILD
145+
working-directory: test
146+
run: |
147+
bazelisk build @rules_erlang//tools:erlang_headers \
148+
--config=rbe
144149
- name: TEST
145150
working-directory: test
146151
run: |

tools/erlang_headers.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ DEFAULT_FILENAMES = [
1414
"erl_drv_nif.h",
1515
"erl_fixed_size_int_types.h",
1616
"erl_int_sizes_config.h",
17-
"erl_memory_trace_parser.h",
1817
"erl_nif.h",
1918
"erl_nif_api_funcs.h",
2019
]

0 commit comments

Comments
 (0)