Skip to content

Commit

Permalink
build: temporarily drop pylint on f39 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 17, 2023
1 parent 868a74d commit deb50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci/platforms/fedora39-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks:
sudo dnf install -y which hostname
sudo dnf -y install $(qa/admin/list-packages -m -v -x cpan -x pip3 -x not4ci)
build: |
./Makepkgs --verbose --check
./Makepkgs --verbose
rpm -qp --requires $(echo pcp-*/build/rpm/pcp-*.src.rpm | sed 's/src/x86_64/') | grep -q libuv.so
copy_build_artifacts: |
cp pcp-*/build/rpm/*.rpm ../artifacts/build
Expand Down

0 comments on commit deb50f5

Please sign in to comment.