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

Commit

Permalink
Revert "Revert "update: glean_parser issue seems already resolved f…
Browse files Browse the repository at this point in the history
…rom [upstream](https://bugzilla.mozilla.org/show_bug.cgi?id=1831691)""

This reverts commit f857323.
  • Loading branch information
Sec-ant committed May 10, 2023
1 parent f857323 commit 1c126e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
sed -i 's/MACRO(debugger/MACRO(${{ steps.debugger-keyword.outputs.DEBUGGER_KEYWORD }}/' ./js/src/frontend/ReservedWords.h
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
- name: Patch `run_glean_parser.py`
working-directory: C:\mozilla-source\mozilla-unified
shell: C:\mozilla-build\start-shell.bat -here -e {0}
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

- name: Build and Package
working-directory: C:\mozilla-source\mozilla-unified
shell: C:\mozilla-build\start-shell.bat -here -e {0}
Expand Down

0 comments on commit 1c126e0

Please sign in to comment.