Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Commit f857323

Browse files
committed
Revert "update: glean_parser issue seems already resolved from [upstream](https://bugzilla.mozilla.org/show_bug.cgi?id=1831691)"
This reverts commit 2fa7e0e.
1 parent 2fa7e0e commit f857323

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
sed -i 's/MACRO(debugger/MACRO(${{ steps.debugger-keyword.outputs.DEBUGGER_KEYWORD }}/' ./js/src/frontend/ReservedWords.h
5656
sed -i 's/MACRO_(debugger, debugger, "debugger")/MACRO_(${{ steps.debugger-keyword.outputs.DEBUGGER_KEYWORD }}, debugger, "${{ steps.debugger-keyword.outputs.DEBUGGER_KEYWORD }}")/' ./js/src/vm/CommonPropertyNames.h
5757
58+
- name: Patch `run_glean_parser.py`
59+
working-directory: C:\mozilla-source\mozilla-unified
60+
shell: C:\mozilla-build\start-shell.bat -here -e {0}
61+
run: sed -i "s/if lint.lint_yaml_files(/if hasattr(lint, 'lint_yaml_files') and lint.lint_yaml_files(/" ./toolkit/components/glean/build_scripts/glean_parser_ext/run_glean_parser.py
62+
5863
- name: Build and Package
5964
working-directory: C:\mozilla-source\mozilla-unified
6065
shell: C:\mozilla-build\start-shell.bat -here -e {0}

0 commit comments

Comments
 (0)