Skip to content

Commit

Permalink
dev: test scratch/igc without mps
Browse files Browse the repository at this point in the history
  • Loading branch information
blahgeek committed Nov 29, 2024
1 parent f9f8c19 commit 88a81a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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: master
branch: scratch/igc
build_gui: ${{ matrix.build_gui }}
build_native_comp: aot
do_test: true
Expand Down
5 changes: 3 additions & 2 deletions scripts/build_emacs_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ 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"
# # always add mps. it will be ignored in master branch.
# ARGS+=" --with-mps"
ARGS+=" --without-mps"

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

0 comments on commit 88a81a2

Please sign in to comment.