Skip to content

Commit

Permalink
Update minimum Fedora to 33 (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 22, 2023
1 parent a5a9289 commit 3c4fb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/fedora:32
FROM docker.io/fedora:33

RUN dnf update -y
RUN dnf install -y cmake \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [ubuntu-22.10, fedora-32, debian-stable, manjaro] # fedora-rawhide
image: [ubuntu-22.10, fedora-33, debian-stable, manjaro] # fedora-rawhide
env:
CACHE_NAME: linux
steps:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
docker run -v "$(pwd):/freeorion" -v "${{ runner.temp }}/ccache:/ccache_dir" -e CCACHE_DIR='/ccache_dir' -e FO_TEST_HOSTLESS_GAMES=1 -w /freeorion/build ${{ steps.prep.outputs.tagged_image }} /usr/bin/cmake --build . --target unittest
- name: Run godot
if: ${{ matrix.image != 'fedora-32' && matrix.image != 'manjaro' }} # old Godot 3.1 in Fedora 32 && no headless mode
if: ${{ matrix.image != 'manjaro' }}
run: |
docker run -v "$(pwd):/freeorion" -v "${{ runner.temp }}/ccache:/ccache_dir" -e CCACHE_DIR='/ccache_dir' -w /freeorion/ ${{ steps.prep.outputs.tagged_image }} /freeorion/build/godot --disable-render-loop --verbose -s --path godot addons/gut/gut_cmdln.gd -gdir=res://test/ -ginclude_subdirs -gexit
- name: Run godot
Expand Down

0 comments on commit 3c4fb7a

Please sign in to comment.