Skip to content

Commit

Permalink
Update emscripten
Browse files Browse the repository at this point in the history
Freetype upstream made changes to remove the need for our fcstat patch,
but we actually also need to update emscripten as linking to fstatfs is
bugged in our currently used version and will lead to runtime errors.

- Since emscripten 2.0.26 unresolved symbols cause errors at link time
  instead of only at runtime.
- The following commit contained in 2.0.27 fixed fstatfs linking:
    emscripten-core/emscripten@2126d3c
  • Loading branch information
TheOneric committed Apr 2, 2022
1 parent 70bede7 commit d005ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:2.0.20
FROM docker.io/emscripten/emsdk:2.0.34

RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit d005ff0

Please sign in to comment.