Skip to content

Commit

Permalink
Disable NativeComp in nightly HEAD build
Browse files Browse the repository at this point in the history
  • Loading branch information
takaxp committed Mar 20, 2024
1 parent 77b298e commit bd4fa35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup to build
run: sh build/setup.sh
- name: Build HEAD with inline patch
run: sh build/emacs-head.sh -d ${{ github.workspace }} -n
run: sh build/emacs-head.sh -d ${{ github.workspace }}
- name: Verification
run: ${{ github.workspace }}/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs --batch --eval="(unless (fboundp 'mac-input-method-mode) (error \"The inline-patch is NOT integrated\"))"
- name: Portable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup to build
run: sh build/setup.sh
- name: Build HEAD with inline patch
run: sh build/emacs-head.sh -d ${{ github.workspace }} -n
run: sh build/emacs-head.sh -d ${{ github.workspace }}
- name: Verification
run: ${{ github.workspace }}/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs --batch --eval="(unless (fboundp 'mac-input-method-mode) (error \"The inline-patch is NOT integrated\"))"
- name: Portable
Expand Down

0 comments on commit bd4fa35

Please sign in to comment.