Disable Mac CI for now: XQuartz breaks on Github Actions

This commit is contained in:
Mohamed Gaber
2022-05-03 08:30:40 -04:00
committed by Tim Edwards
parent 9bf3d76260
commit e240185298
+14 -14
View File
@@ -35,17 +35,17 @@ jobs:
./configure
make database/database.h
make -j$(nproc)
simple_build_mac:
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- name: Get Dependencies
run: |
brew install --cask xquartz
brew install cairo tcl-tk tcsh
- name: Build
run: |
export PATH="/opt/X11/bin:$PATH"
./scripts/configure_mac
make database/database.h
make -j$(sysctl -n hw.ncpu)
# simple_build_mac:
# runs-on: macos-11
# steps:
# - uses: actions/checkout@v2
# - name: Get Dependencies
# run: |
# brew install --cask xquartz
# brew install cairo tcl-tk tcsh
# - name: Build
# run: |
# export PATH="/opt/X11/bin:$PATH"
# ./scripts/configure_mac
# make database/database.h
# make -j$(sysctl -n hw.ncpu)