mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
try out just intel
This commit is contained in:
@@ -14,10 +14,6 @@ jobs:
|
|||||||
runner: macos-14
|
runner: macos-14
|
||||||
arch: x64
|
arch: x64
|
||||||
oldarch:
|
oldarch:
|
||||||
- os: macos
|
|
||||||
runner: macos-14
|
|
||||||
arch: arm64
|
|
||||||
oldarch: m1
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
@@ -47,6 +43,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Unpack Dependencies
|
- name: Unpack Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
rm -rf ./build/*/*/*/install/gmp* ./build/*/*/*/install/cgal* ./build/*/*/*/install/mpfr*
|
||||||
install_root=$(find ./build -maxdepth 4 -type d -name install 2>/dev/null | head -n 1 || true)
|
install_root=$(find ./build -maxdepth 4 -type d -name install 2>/dev/null | head -n 1 || true)
|
||||||
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true
|
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true
|
||||||
|
|
||||||
@@ -75,8 +72,8 @@ jobs:
|
|||||||
/usr/local/bin/brew install gettext openssl
|
/usr/local/bin/brew install gettext openssl
|
||||||
fi
|
fi
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release \
|
IFCOS_SCHEMAS=4 CXXFLAGS="-O3" CFLAGS="-O3 ${DARWIN_C_SOURCE}" ADD_COMMIT_SHA=1 BUILD_CFG=Release \
|
||||||
python3 ./nix/build-all.py -v --diskcleanup ${MAC_INTEL} \
|
python3 ./nix/build-all.py -v -py-313 --diskcleanup ${MAC_INTEL} \
|
||||||
| tee build.log
|
| tee build.log
|
||||||
|
|
||||||
- name: Upload Build Logs
|
- name: Upload Build Logs
|
||||||
|
|||||||
Reference in New Issue
Block a user