Skip to content

Commit

Permalink
gha: depexts, add package that contains os-version filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Jul 9, 2024
1 parent 395d6d1 commit fc3b139
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/scripts/depexts/generate-actions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,28 @@ if [ $target != "oraclelinux" ] && [ $target != "xxx" ]; then
test_depext conf-dpkg.1 # gentoo
fi

# package with os-version check

if [ $target = "debian" ] || [ $target = "ubuntu" ]; then
# os version check on debian & ubuntu
test_depext conf-sundials.2
# conf-libgccjit.1 conf-rdkit.1
fi

if [ $target = "alpine" ]; then
test_depext conf-clang-format.1
# conf-pandoc.0.1
fi

if [ $target = "fedora" ]; then
test_depext conf-emacs.1
fi

if [ $target = "oraclelinux" ] || [ $target = "centos" ]; then
test_depext conf-pkg-config.3
fi

# oraclelinux: conf-libev.4-12 conf-npm.1
# centos: conf-perl.2

if [ -z "$DEPEXTS2TEST" ]; then
echo "ERROR: You should at least define one depext to test"
Expand Down
1 change: 1 addition & 0 deletions master_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ users)
* Depexts: add update depexts check [#6079 @rjbou]
* Depexts: move parts to docker build image, for caching [#6079 @rjbou]
* Depexts: set version for conf packages to check [#6079 @rjbou]
* Depexts: add package to test containing `os-version` in filter [#6079 @rjbou]

## Doc
* Remove the ppa from the installation instructions on Ubuntu [#5988 @kit-ty-kate - fix #5987]
Expand Down

0 comments on commit fc3b139

Please sign in to comment.