Skip to content

Commit

Permalink
Add config for Fedora 39 - current Rawhide
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Jun 26, 2023
1 parent 0caf1a0 commit 04b6cc7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
7 changes: 7 additions & 0 deletions distgen/distconf/fedora-39-i686.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
extends: "lib/fedora.yaml"

package_installer:
name: dnf

os:
version: 39
10 changes: 10 additions & 0 deletions distgen/distconf/fedora-39-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
extends: "fedora-39-i686.yaml"

macros:
libdir: $prefix/lib64

os:
arch: x86_64

docker:
from: fedora:39
2 changes: 1 addition & 1 deletion distgen/distconf/fedora-rawhide-i686.yaml
2 changes: 1 addition & 1 deletion tests/dockerfile/test.exp
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ MAINTAINER Pavel Raiskup <praiskup@redhat.com>

ENV container="docker" \
PGDATA="/var/lib/pgsql/data" \
TEST_VAR="build_for fedora-38-x86_64"
TEST_VAR="build_for fedora-39-x86_64"

RUN dnf -y --setopt=tsflags=nodocs install postgresql-server \
&& dnf -y --setopt=tsflags=nodocs reinstall glibc-common \
Expand Down

0 comments on commit 04b6cc7

Please sign in to comment.