Skip to content

Commit

Permalink
Update qt6_crossbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Oct 18, 2022
1 parent bbd496c commit 67b25fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/qt6_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
opt_dir_name: "opt/local"
include_dir: "/opt/local/include"
lib_dir: "/opt/local/lib"
qt_short_version: "6.3"
qt_short_version: "6.4"
cxx_standard: "17"
prerelease: false

Expand Down Expand Up @@ -240,6 +240,9 @@ jobs:

- name: Docker target - ldconfig - create /etc/ld.so.conf.d/qt6.conf
run: |
docker exec --env-file env.custom -w /root/build multiarch mkdir -p DEBIAN
docker exec --env-file env.custom -w /root/build/DEBIAN multiarch bash -c "echo -e '#!/usr/bin/env bash\nldconfig' > postinst"
docker exec --env-file env.custom -w /root/build/DEBIAN multiarch bash -c "chmod +x postinst"
docker exec --env-file env.custom -w /root/build multiarch mkdir -p etc/ld.so.conf.d
docker exec --env-file env.custom -w /root/build/etc/ld.so.conf.d multiarch bash -c "echo '/${{ env.opt_dir_name }}/lib' > qt6.conf"
Expand All @@ -265,6 +268,6 @@ jobs:
replacesArtifacts: true
tag: "${{ env.qt_version }}"
name: "qt ${{ env.qt_version }}"
body: "Built with cmake using v${{ env.qt_version }} from github on amd64 arm64 armhf for Debian Buster Bullseye and Ubuntu bionic Focal"
body: "Built with cmake using v${{ env.qt_version }} from github on amd64 arm64 armhf for Debian Buster Bullseye and Ubuntu bionic Focal Jammy"
allowUpdates: true
token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 67b25fc

Please sign in to comment.