Skip to content

Commit

Permalink
Merge pull request #69 from owncloud-ci/feat/squish-8
Browse files Browse the repository at this point in the history
feat: 8.0.0-qt67x-linux64
  • Loading branch information
DeepDiver1975 authored Dec 6, 2024
2 parents 16cad0f + 28f9d00 commit ae54d4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(ctx):
'repo': ctx.repo.name,
'squishversion': {
'latest': '7.1.1-qt64x-linux64',
'fedora': '7.2.1-qt66x-linux64',
'fedora': '8.0.0-qt67x-linux64',
},
'description': 'Squish for ownCloud CI',
's3secret': {
Expand Down
4 changes: 3 additions & 1 deletion fedora/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN dnf install -y \
gcc-c++ \
libxkbcommon-devel \
libxkbcommon-x11-devel \
xcb-util*
xcb-util* \
patch \
libxcrypt-compat

RUN curl https://dl.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os/Packages/p/python3.10-3.10.13-1.fc39.x86_64.rpm \
-so python3.10.13.rpm && \
Expand Down

0 comments on commit ae54d4f

Please sign in to comment.