Skip to content

Commit

Permalink
[gh actions] remove exit 1 on solaris
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@69574 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Jan 24, 2024
1 parent f2b71f2 commit 7b767a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/build-tl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ then
pkg install pkg://solaris/developer/gcc-5
# maybe only the following is enough, and fortran and gobjc needs not be installed?
# pkg install pkg://solaris/developer/gcc/gcc-c++-5 pkg://solaris/developer/gcc/gcc-c++-5
echo "Solaris support is WIP, please help!" >&2
exit 1
;;
*)
echo "Unsupported build system: $buildsys" >&2
Expand Down

0 comments on commit 7b767a0

Please sign in to comment.