Skip to content

Commit

Permalink
test mps with patch
Browse files Browse the repository at this point in the history
  • Loading branch information
blahgeek committed Nov 29, 2024
1 parent 88a81a2 commit 679479b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Download emacs source from repo
uses: actions/checkout@v4
with:
repository: "emacs-mirror/emacs"
repository: "blahgeek/emacs"
ref: ${{ inputs.branch }}
path: emacs-src

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: ./.github/workflows/_build-emacs.yml
with:
name: master
branch: scratch/igc
branch: dev-igc
build_gui: ${{ matrix.build_gui }}
build_native_comp: aot
do_test: true
Expand Down
5 changes: 2 additions & 3 deletions scripts/build_emacs_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ ARGS+=" --disable-locallisppath"
ARGS+=" --with-native-compilation=${BUILD_NATIVE_COMP:-aot}"
ARGS+=" --with-json --with-threads --with-sqlite3 --with-tree-sitter"
ARGS+=" --with-dbus --with-xml2 --with-modules --with-libgmp --with-gpm --with-lcms2"
# # always add mps. it will be ignored in master branch.
# ARGS+=" --with-mps"
ARGS+=" --without-mps"
# always add mps. it will be ignored in master branch.
ARGS+=" --with-mps"

if [ "$BUILD_GUI" = "pgtk" ]; then
ARGS+=" --with-pgtk --without-x --without-gconf --without-ns"
Expand Down

0 comments on commit 679479b

Please sign in to comment.