Skip to content

Commit 0821f9c

Browse files
hroncokfrenzymadness
authored andcommitted
Update to Fedora Linux 38
1 parent f79762c commit 0821f9c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '48 23 * * 6'
1212

1313
env:
14-
FEDORA_VERSION: 37
14+
FEDORA_VERSION: 38
1515

1616
jobs:
1717
build-and-push:
@@ -21,13 +21,13 @@ jobs:
2121
matrix:
2222
include:
2323
- arch: amd64
24-
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy38,pypy39,pypy310
24+
toxenv: py27,py36,py37,py38,py39,py310,py311,py312,py313,pypy,pypy39,pypy310
2525
- arch: arm64
2626
toxenv: py38,py39,py311
2727
- arch: ppc64le
2828
toxenv: py37,py38,py311
2929
- arch: s390x
30-
toxenv: py36,py38,py311,pypy38
30+
toxenv: py36,py38,py311
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v2
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
TOXENV: ${{ matrix.toxenv }}
6565
run: |
66-
docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel pkgconfig(libgit2) /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.7.0 && cowsay DONE"
66+
docker run --rm --platform linux/${{ matrix.arch }} -e DNF_INSTALL="libffi-devel pkgconfig(libgit2) /usr/bin/cowsay" fedorapython/fedora-python-tox:${{ matrix.arch }} sh -c "/run_tests.sh; pip install -I --no-deps --compile --no-binary :all: cffi pygit2~=1.12.0 && cowsay DONE"
6767
- name: Test external project with WORKDIR
6868
run: |
6969
docker run --rm --platform linux/${{ matrix.arch }} -e TOXENV=py310-minimal -e GIT_URL=https://github.com/trezor/trezor-firmware.git -e WORKDIR=python fedorapython/fedora-python-tox:${{ matrix.arch }}

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.fedoraproject.org/fedora:37
1+
FROM registry.fedoraproject.org/fedora:38
22

33
LABEL maintainer="Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>"
44

@@ -8,7 +8,6 @@ RUN dnf update -y \
88
--setopt=deltarpm=false \
99
findutils \
1010
pypy2-devel \
11-
pypy3.8-devel \
1211
pypy3.9-devel \
1312
pypy3.10-devel \
1413
python2.7 \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ N goes EOL.
1717

1818
On top of stable Fedora, this Docker image contains:
1919
- Python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
20-
- Pypy2, Pypy3.8, Pypy3.9 and Pypy3.10
20+
- Pypy2, Pypy3.9 and Pypy3.10
2121
- python3-pip
2222
- gcc, gcc-c++, git-core and make
2323
- tox

example_project

0 commit comments

Comments
 (0)