Skip to content

Commit

Permalink
opensuse/leap
Browse files Browse the repository at this point in the history
pkg+
  • Loading branch information
mominul committed Jan 12, 2024
1 parent 7f47173 commit 18ca02e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# container: [ "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "debian:11", "fedora:37", "fedora:38", "archlinux:latest" ]
#container: [ "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "debian:11", "fedora:38", "opensuse/tumbleweed" ]
container: [ "opensuse/tumbleweed" ]
container: [ "opensuse/leap:15.5" ]
# this list should be updated from time to time by consulting these pages:
# https://releases.ubuntu.com/
# https://wiki.debian.org/DebianReleases#Production_Releases
Expand Down
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ makeRpmOpenSuse () {
# Replace '/' with '-'
export DIST=$(echo "$DIST" | tr '/' '-')
RELEASE_FILENAME="${RELEASE_STUB}${DIST}.rpm"
# dnf install -y --allowerasing @buildsys-build cmake ibus-devel fcitx5-devel libzstd-devel qt5-qtdeclarative-devel ninja-build curl

zypper install -y libQt5Core-devel libQt5Widgets-devel libQt5Network-devel libzstd-devel libzstd1 cmake ninja ibus-devel ibus fcitx5 fcitx5-devel gcc patterns-devel-base-devel_basis curl rpm-build
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain stable

Expand Down

0 comments on commit 18ca02e

Please sign in to comment.