Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update \

# Full EigenScript source at the pinned tag; build the gfx variant (SDL2 is
# dlopen'd, so building needs no -dev headers). stdlib resolves at ../lib.
ARG EIGS_REF=v0.28.0
ARG EIGS_REF=v0.29.0
RUN git clone --depth 1 --branch "${EIGS_REF}" \
https://github.com/InauguralSystems/EigenScript.git /opt/eigenscript \
&& make -C /opt/eigenscript gfx CC=gcc
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and Tidepool.

## Toolchain

EigenScript is **not** vendored. Pin **v0.13.0 minimum**; **v0.27.0**
EigenScript is **not** vendored. Pin **v0.13.0 minimum**; **v0.29.0**
is the current tested release (`.devcontainer/Dockerfile` `EIGS_REF`).
Two binaries matter:

Expand Down