Skip to content

Commit

Permalink
updated zig toolchain v0.14.0-dev
Browse files Browse the repository at this point in the history
with espressif/LLVM v18.1.2 - float fixed (esp32/s3)
ref.: espressif/llvm-project#92
  • Loading branch information
kassane authored Oct 22, 2024
1 parent df7572e commit 36d4338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV QEMU_URL=https://github.com/espressif/qemu/releases/download/esp-develop-8.2

# Zig v0.14.0 - xtensa
ENV ZIG_REL=zig-relsafe-espressif-x86_64-linux-musl-baseline
ENV ZIG_SHA256=5792bd149b6b53cefe938a4501c5682d85c202ef4c282d7f09dd6028d7284d4f
ENV ZIG_SHA256=ad94656b00dc45fb098a7cf3dc03696bf016da76791eee32b2cdd500035c85a9
ENV ZIG_DIST=${ZIG_REL}.tar.xz
ENV ZIG_URL=https://github.com/kassane/zig-espressif-bootstrap/releases/download/0.14.0-xtensa-dev/${ZIG_DIST}

Expand Down Expand Up @@ -55,4 +55,4 @@ RUN echo "source /opt/esp/idf/export.sh > /dev/null 2>&1" >> ~/.bashrc

ENTRYPOINT [ "/opt/esp/entrypoint.sh" ]

CMD ["/bin/bash", "-c"]
CMD ["/bin/bash", "-c"]

0 comments on commit 36d4338

Please sign in to comment.