Skip to content

Commit

Permalink
Work on check-freebsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Aug 20, 2024
1 parent ca78b11 commit 5a47fb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,14 @@ jobs:
: "Install FreeBSD packages"
: "List of packages: https://ports.freebsd.org/cgi/ports.cgi"
: pkg install -y ...
: "Do only one build, not 'build' and 'build-full', here, because"
: "with two builds, this step often takes more than 14 min 45 sec"
: "and it then hangs."
pkg install -y python311 clisp librep guile3 mono gawk tcl86 p5-Locale-libintl php83 ruby lua54 gjs autoconf automake && ln -s python3.11 /usr/local/bin/python3 && ln -s guile-3.0 /usr/local/bin/guile && ln -s tclsh8.6 /usr/local/bin/tclsh && ln -s lua54 /usr/local/bin/lua
ls -l
export CPPFLAGS="-I/usr/local/include -Wall"
export LDFLAGS="-L/usr/local/lib"
./build-on.sh '${{ env.package }}' '' 'make' '/usr/local' '' 'pkg install -y python311 clisp librep guile3 mono gawk tcl86 p5-Locale-libintl php83 ruby lua54 gjs autoconf automake && ln -s python3.11 /usr/local/bin/python3 && ln -s guile-3.0 /usr/local/bin/guile && ln -s tclsh8.6 /usr/local/bin/tclsh && ln -s lua54 /usr/local/bin/lua'
./build-on.sh '${{ env.package }}' '' 'make' '/usr/local' '' ''
timeout-minutes: 60
# 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
Expand Down

0 comments on commit 5a47fb8

Please sign in to comment.