Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
befeleme committed Nov 6, 2023
1 parent c51d291 commit 85fdcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo 'RUN dnf -y update'
echo 'RUN dnf -y install python3 koji copr-cli'
echo 'RUN cp config/copr.repo /etc/yum.repos.d/python313.repo'
echo 'RUN repoquery --repo=python313 --source --whatrequires \'libpython3.13.so.1.0()(64bit)\' --whatrequires \'python(abi) = 3.13\' --whatrequires \'python3.13dist(*)\' | pkgname | env LANG=en_US.utf-8 sort | uniq > python313.pkgs'
echo 'RUN repoquery --repo=python313 --source --whatrequires \'libpython3.13.so.1.0\(\)\(64bit\)\' --whatrequires \'python\(abi\) = 3.13\' --whatrequires \'python3.13dist\(*\)\' | pkgname | env LANG=en_US.utf-8 sort | uniq > python313.pkgs'
echo 'RUN wc -l python313.pkgs'
} > podmanfile
podman build --tag fedora38test -f ./podmanfile

0 comments on commit 85fdcaa

Please sign in to comment.