Skip to content

Commit

Permalink
Avoid some SKIPs in check-solaris11*.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Jul 15, 2024
1 parent 193623b commit 2a9b8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ jobs:
export CPPFLAGS="-Wall"
export CC="gcc -m64"
export CXX="g++ -m64"
./build-on.sh '${{ env.package }}' '' 'gmake' "$HOME" '' 'pkg install system/locale'
./build-on.sh '${{ env.package }}' '' 'gmake' "$HOME" '' 'pkg install gcc-gobjc clisp jdk-8 gawk tcl-8 php-80 ruby-26 lua gjs vala system/locale'
# Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
# https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
- if: ${{ always() }}
Expand Down Expand Up @@ -967,7 +967,7 @@ jobs:
pwd
ls -l
export CPPFLAGS="-Wall"
./build-on.sh '${{ env.package }}' '' 'gmake' "$HOME" '' 'pkg install locale/de locale/es locale/fr locale/tr'
./build-on.sh '${{ env.package }}' '' 'gmake' "$HOME" '' 'pkg install runtime/python-311 runtime/java/openjdk17 text/gawk runtime/perl locale/de locale/es locale/fr locale/tr'
# Doc: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
# https://github.com/actions/upload-artifact?tab=readme-ov-file#usage
- if: ${{ always() }}
Expand Down

0 comments on commit 2a9b8de

Please sign in to comment.