Skip to content

Commit

Permalink
Merge pull request #1630 from matthiasblaesing/build-on-github
Browse files Browse the repository at this point in the history
Fix building on Ubuntu 24.10
  • Loading branch information
matthiasblaesing authored Oct 16, 2024
2 parents c9e3895 + afea122 commit a0bebe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distribution: 'zulu'
- name: Linux requirements
if: contains(matrix.os, 'ubuntu')
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
- name: macOS requirements
if: contains(matrix.os, 'macos')
run: |
Expand Down
1 change: 1 addition & 0 deletions native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ LD=$(CC)
LIBS=
# Default to Sun recommendations for JNI compilation
COPT=-O2 -fno-omit-frame-pointer -fno-strict-aliasing
COPT+=-Wno-implicit-function-declaration
CASM=-S
ifeq ($(DEBUG),true)
CDEBUG=-g
Expand Down

0 comments on commit a0bebe1

Please sign in to comment.