Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
09088144
Unverified
Commit
09088144
authored
10 months ago
by
Loren Burkholder
Browse files
Options
Downloads
Patches
Plain Diff
Force pip to install aqt
parent
e7d28b96
Branches
fixCirrusCI
No related tags found
No related merge requests found
Pipeline
#5759
failed
10 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/macos/build.sh
+2
-1
2 additions, 1 deletion
.ci/macos/build.sh
.cirrus.yml
+1
-1
1 addition, 1 deletion
.cirrus.yml
with
3 additions
and
2 deletions
.ci/macos/build.sh
+
2
−
1
View file @
09088144
...
...
@@ -9,7 +9,8 @@ set -ue
QT_BASEPATH
=(
${
HOME
}
/Qt/6.
*
/macos/
)
PATH
=
"
${
QT_BASEPATH
}
/bin/:
${
PATH
}
"
pipx ensurepath
.
~/.zshrc
# TODO: this breaks on Cirrus, so it's commented out for now
# . ~/.zshrc
export
PATH
CMAKE_PREFIX_PATH
=
"
${
QT_BASEPATH
}
/lib/cmake"
...
...
This diff is collapsed.
Click to expand it.
.cirrus.yml
+
1
−
1
View file @
09088144
...
...
@@ -10,7 +10,7 @@ task:
-
unset HOMEBREW_NO_AUTO_UPDATE
-
brew bundle --file .ci/macos/Brewfile
aqt_script
:
-
pip3 install aqtinstall
-
pip3 install
--break-system-packages
aqtinstall
-
mkdir $HOME/Qt
-
aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
build_script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment