Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 6908969

Browse files
Remove bindgen installation from naev-steamruntime Dockerfile
1 parent ae50451 commit 6908969

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
### v1.11.4
1111
- Added clang to `naev-docs`, `naev-release` and `naev-windows` to fix issues with bindgen
1212
- Disabled blender2.79b builds (for now)
13+
- Remove bindgen installation from `naev-steamruntime` Dockerfile
1314

1415
### v1.11.3
1516
- Added Rust toolchain to `naev-release` and `naev-docs` and fixed bindgen on `naev-steamruntime`

naev-steamruntime/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ ENV IMAGE_NAME "naev-steamruntime"
106106
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip \
107107
# Install runtime dependencies for luarocks
108108
lua5.4 \
109-
# Install bindgen for building naev
110-
bindgen \
111109
# Naughty: we need libluajit-5.1-dev, libglpk-dev and libsuitesparse-dev, not in the SDK.... All are statically linked when building with the steamruntime option in meson set to true. Also, texinfo is an accidental build dependency for libbfd.
112110
libluajit-5.1-dev libglpk-dev libsuitesparse-dev texinfo && \
113111
apt-get clean && \

0 commit comments

Comments
 (0)