-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add support to linux arm64 #248
Comments
Hi! Did you try that? This action and its backend will install Qt for you. Maybe you don't know how to specify parameters? |
You can check the action here, it already works for Linux, windows and Mac, it's failing for linux-arm. |
It's installing GCC x64 for arm. |
OK. The workflow config of run: jurplel/install-qt-action@v4
with:
version: 5.15.2
target: desktop
modules: qtcharts
setup-python: false
install-deps: true
cache: false
cache-key-prefix: install-qt-action
add-tools-to-path: true
set-env: true
no-qt-binaries: false
tools-only: false
aqtversion: ==3.1.*
py7zrversion: ==0.20.*
source: false
documentation: false
examples: false
It failed because:
The good news is that you may be able to install Qt arm64 with aqtinstall directly. Please try these commands 34: set -e
sudo apt-get install build-essential libgl1-mesa-dev libgstreamer-gl1.0-0 libpulse-dev libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0 libxcb1 libxkbcommon-dev libxkbcommon-x11-0 libxcb-xkb-dev -y
python3 -m pip install setuptools wheel py7zr==0.20.*
python3 -m pip install aqtinstall==3.1.*
python3 -m aqt version
python3 -m aqt install-qt linux_arm64 desktop 6.7.2 --autodesktop --outputdir /home/runner/work/ping-viewer/Qt --modules qtcharts
If everything goes well, I think you will see This action is not actively maintained, thus new features of its backend (i.e., aqtinstall) will not be quickly adapted. If above commands don't help you, you can search and raise issues in aqtinstall's repository. Footnotes
|
I wouldn't quite go that far—it does sometimes take me quite a while to find time to look into issues/PRs. I would also definitely accept a PR providing support for this. |
This also affects
aqt supports hosts |
I will look into supporting more values for hosts later this week. |
Is this possible ?
The text was updated successfully, but these errors were encountered: