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 85fdcaa commit b0e84bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 wc -l python313.pkgs'
echo 'RUN chmod +x ./action/run.sh'
echo 'RUN ./action/run.sh'
} > podmanfile
podman build --tag fedora38test -f ./podmanfile
3 changes: 3 additions & 0 deletions action/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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

wc -l python313.pkgs

0 comments on commit b0e84bb

Please sign in to comment.