Skip to content
Snippets Groups Projects
Commit 23430448 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI: temporarily rm mac_x86

parent 3a746df0
No related branches found
No related tags found
1 merge request!2406CI: temporarily rm mac_x86
Pipeline #132679 passed
......@@ -51,19 +51,16 @@ versiondocs:
- rm -rf ~www/ba/git-main/hugo-public
- cp -r ../hugo/public ~www/ba/git-main/hugo-public
mac_x64:
mac_arm:
tags:
- mac_x64_cloud
- mac_arm
stage: build
before_script:
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
- NPROC=12
# Homebrew packages are installed in a non-standard path
- BREWDIR="/opt/homebrew-x86"
- PATH="$BREWDIR:$PATH"
- QTDIR="$BREWDIR/Cellar/qt/6.6.0"
- CCACHE="$BREWDIR/bin/ccache"
- QTDIR="/opt/homebrew/opt/qt"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- CCACHE="/opt/homebrew/bin/ccache"
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
- NPROC=14
script: &mac_script
- OPTDIR="/Users/Shared/Software/scg"
# print environmental variables
......@@ -81,19 +78,6 @@ mac_x64:
- build/py/wheel/*.whl
expire_in: 10 days
mac_arm:
tags:
- mac_arm
stage: build
before_script:
- QTDIR="/opt/homebrew/opt/qt"
- PYPLAT="/Users/qtisas/.pyenv/versions/3.11.6/"
- CCACHE="/opt/homebrew/bin/ccache"
# obtain nr of logical CPUs via `sysctl hw.logicalcpu`
- NPROC=14
script: *mac_script
artifacts: *mac_artifacts
# To test the GitLab process _locally_ on MS-Windows with powershell (pwsh),
# go to the root Git directory, and run:
# C:\GitLab-Runner\gitlab-runner.exe exec shell --shell pwsh --builds-dir <gitlab build-dir> <job-name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment