Skip to content

Commit

Permalink
another attempt to fix compilation on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Apr 15, 2024
1 parent 8764c2f commit 580c0c2
Showing 1 changed file with 2 additions and 32 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/build-majestic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,37 +167,6 @@ jobs:
/usr/local/lib/libpgf*
/usr/local/include/pgf
macos-xlarge-runtime:
name: Runtime (macOS ARM)
runs-on: macos-latest-xlarge

steps:
- uses: actions/checkout@v3

- name: Install build tools
run: |
brew install \
autoconf \
automake \
libtool \
- name: Build runtime
working-directory: ./src/runtime/c
run: |
glibtoolize
autoreconf -i
./configure
make
sudo make install
- name: Upload artifact
uses: actions/upload-artifact@master
with:
name: libpgf-macos
path: |
/usr/local/lib/libpgf*
/usr/local/include/pgf
macos-haskell:
name: Haskell (macOS)
runs-on: macOS-11
Expand Down Expand Up @@ -230,6 +199,7 @@ jobs:
env:
EXTRA_INCLUDE_DIRS: /usr/local/include
EXTRA_LIB_DIRS: /usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 11.0

steps:
- uses: actions/checkout@v3
Expand All @@ -249,7 +219,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/src/runtime/python"
CIBW_SKIP: "pp* cp36* cp37*"
CIBW_SKIP: "pp* cp36*"
run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
Expand Down

0 comments on commit 580c0c2

Please sign in to comment.