From 1c126e0bcb4770086b71ff2e60903dbd845ac426 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Wed, 10 May 2023 15:42:18 +0000 Subject: [PATCH] Revert "Revert "update: `glean_parser` issue seems already resolved from [upstream](https://bugzilla.mozilla.org/show_bug.cgi?id=1831691)"" This reverts commit f857323246080a9b8a30af086070e730ae3557c4. --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ebc4a3..fa2e4fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}