Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How is your GitHub Actions runner set up? #285

Closed
Muzosh opened this issue Sep 10, 2023 · 3 comments
Closed

How is your GitHub Actions runner set up? #285

Muzosh opened this issue Sep 10, 2023 · 3 comments

Comments

@Muzosh
Copy link

Muzosh commented Sep 10, 2023

Hi, I'm trying to get my own fork of this repo (with the same .gitworkflows folder) to run. However, built applications crash on runtime. I just discovered that the build process gives the same errors as my own PC does:

https://github.com/Muzosh/web-eid-app/actions/runs/6136840424/job/16652072691#step:5:328

ERROR: Cannot resolve rpath "@rpath/QtGui.framework/Versions/A/QtGui"
ERROR:  using QList("/Users/runner/work/web-eid-app/web-eid-app/build/src/app/lib")
ERROR: Cannot resolve rpath "@rpath/QtCore.framework/Versions/A/QtCore"
ERROR:  using QList("/Users/runner/work/web-eid-app/web-eid-app/build/src/app/lib")
ERROR: Cannot resolve rpath "@rpath/QtWidgets.framework/Versions/A/QtWidgets"
ERROR:  using QList("/Users/runner/work/web-eid-app/web-eid-app/build/src/app/lib")
ERROR: Cannot resolve rpath "@rpath/QtGui.framework/Versions/A/QtGui"
ERROR:  using QList("/Users/runner/work/web-eid-app/web-eid-app/build/src/app/lib")
....

when trying to execute target macdeployqt.

Do you have your runner(s) set-up somehow specifically for Qt to install properly?

@Muzosh
Copy link
Author

Muzosh commented Sep 10, 2023

The problem is most probably byt installing qt@6 via HomeBrew.

There is an issue described here in homebrew repo. However, did you do anything to mitigate this by somehow modifying the github runner?

If not, how do you distribute the official packages from https://web-eid.eu/?

@mrts
Copy link
Member

mrts commented Sep 11, 2023

A quick shout-out: does #282 help you forward?

@Muzosh
Copy link
Author

Muzosh commented Sep 12, 2023

By the first look it should solve this, thanks! I will try it when I have time and close this issue.

@Muzosh Muzosh closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants