Skip to content

Commit

Permalink
Bump OpenJDK and Python versions on Tumbleweed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Oct 22, 2024
1 parent bd36082 commit ba8e1b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
gifsicle
gimp
id3lib-examples
java-22-openjdk-devel
java-23-openjdk-devel
jq
lhasa
libjpeg-turbo
Expand All @@ -212,10 +212,10 @@ jobs:
mkvtoolnix
mtd-utils
netpbm
python312-pefile
python312-pip
python312-PyICU
python312-vobject
python313-pefile
python313-pip
python313-PyICU
python313-vobject
squashfs
tiff
unrar
Expand Down Expand Up @@ -248,9 +248,9 @@ jobs:
379f44b1c95d25358eb014c03835a4b4991c6c364a509c63780e587e70d5744b pngtools-0.4-9.mga9.x86_64.rpm
EOF
rpm -ivh lib64png12_0-1.2.59-3.mga9.x86_64.rpm pngtools-0.4-9.mga9.x86_64.rpm
# Make python 3.12 the default to test with the latest
# Make python 3.13 the default to test with the latest
rm /usr/bin/python3
ln -s python3.12 /usr/bin/python3
ln -s python3.13 /usr/bin/python3
python3 -m pip install --break-system-packages https://github.com/itkach/slob/archive/master.zip
# Set mawk as the default for test diversity
ln -s mawk /usr/bin/awk
Expand Down

0 comments on commit ba8e1b0

Please sign in to comment.