We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e3895 + afea122 commit a0bebe1Copy full SHA for a0bebe1
2 files changed
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
distribution: 'zulu'
37
- name: Linux requirements
38
if: contains(matrix.os, 'ubuntu')
39
- run: sudo apt-get -y install texinfo
+ 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
- name: macOS requirements
41
if: contains(matrix.os, 'macos')
42
run: |
native/Makefile
@@ -89,6 +89,7 @@ LD=$(CC)
89
LIBS=
90
# Default to Sun recommendations for JNI compilation
91
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing
92
+COPT+=-Wno-implicit-function-declaration
93
CASM=-S
94
ifeq ($(DEBUG),true)
95
CDEBUG=-g
0 commit comments