Skip to content

Commit

Permalink
Include reflection fix for XML in TinyGo build (envoyproxy#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Oct 25, 2022
1 parent b1759b1 commit 72e6bfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildtools/tinygo/wasi-libc.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ FROM ghcr.io/corazawaf/coraza-proxy-wasm/buildtools-wasi-sdk:main

RUN apt-get install -y git

# Includes
# https://github.com/tinygo-org/tinygo/pull/3245
RUN git clone https://github.com/anuraaga/tinygo --branch customgc
# https://github.com/tinygo-org/tinygo/pull/3252
RUN git clone https://github.com/anuraaga/tinygo --branch coraza-fork
WORKDIR /tinygo
RUN git fetch origin && git reset --hard 8e62159e36217975bdf27cfb4271c2ad2d252441
RUN git fetch origin && git reset --hard f20979998e57fc5128fbca823b3897b66467abe1
RUN git submodule update --init lib/wasi-libc
RUN make wasi-libc

0 comments on commit 72e6bfa

Please sign in to comment.