File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3636 distribution : ' zulu'
3737 - name : Linux requirements
3838 if : contains(matrix.os, 'ubuntu')
39- run : sudo apt-get -y install texinfo
39+ run : sudo apt-get install -yq --force-yes zip unzip libtool automake libltdl-dev texinfo ant ant-optional debhelper-compat default-jdk javahelper libasm-java libffi-dev libx11-dev libxt-dev maven-repo-helper pkg-config
4040 - name : macOS requirements
4141 if : contains(matrix.os, 'macos')
4242 run : |
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ LD=$(CC)
8989LIBS =
9090# Default to Sun recommendations for JNI compilation
9191COPT =-O2 -fno-omit-frame-pointer -fno-strict-aliasing
92+ COPT+ =-Wno-implicit-function-declaration
9293CASM =-S
9394ifeq ($(DEBUG ) ,true)
9495CDEBUG =-g
You can’t perform that action at this time.
0 commit comments