Skip to content

Commit

Permalink
apple silicon build test
Browse files Browse the repository at this point in the history
  • Loading branch information
glsorre committed Feb 29, 2024
1 parent 80c886c commit 976d569
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/debug_mac_arm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: C/C++ debug arm macos

on:
push:
branches:
- pr1

jobs:
build:

runs-on: macos-14

steps:
- uses: actions/checkout@v2
- name: build deps & slicer
run: ./BuildMacOS.sh -ia
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_macos_arm_debug.dmg
path: build/${{ github.event.repository.name }}.dmg
- name: Upload artifact
uses: actions/[email protected]
with:
name: nightly_arm_macos.tar
path: build/${{ github.event.repository.name }}.tar
2 changes: 1 addition & 1 deletion deps/TIFF/TIFF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (APPLE)
if (${CMAKE_OSX_ARCHITECTURES} MATCHES "arm")
prusaslicer_add_cmake_project(TIFF
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.3.0/libtiff-v4.3.0.zip
URL_HASH SHA256=a1db6826ea1b8b08eaf168973abb29b8a143fb744c1b24cc6967cb12f5e6e81f
URL_HASH SHA256=4fca1b582c88319f3ad6ecd5b46320eadaf5eb4ef6f6c32d44caaae4a03d0726
DEPENDS ${ZLIB_PKG} ${PNG_PKG} dep_JPEG
CMAKE_ARGS
-Dlzma:BOOL=OFF
Expand Down

0 comments on commit 976d569

Please sign in to comment.