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 36
36
distribution : ' zulu'
37
37
- name : Linux requirements
38
38
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
40
40
- name : macOS requirements
41
41
if : contains(matrix.os, 'macos')
42
42
run : |
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ LD=$(CC)
89
89
LIBS =
90
90
# Default to Sun recommendations for JNI compilation
91
91
COPT =-O2 -fno-omit-frame-pointer -fno-strict-aliasing
92
+ COPT+ =-Wno-implicit-function-declaration
92
93
CASM =-S
93
94
ifeq ($(DEBUG ) ,true)
94
95
CDEBUG =-g
You can’t perform that action at this time.
0 commit comments