Skip to content

Commit

Permalink
Update bdwgc and remove source patch (envoyproxy#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Dec 22, 2022
1 parent 5da11c2 commit 70af52a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 77 deletions.
6 changes: 2 additions & 4 deletions buildtools/bdwgc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

FROM ghcr.io/corazawaf/coraza-proxy-wasm/buildtools-wasi-sdk:main

RUN apt-get install -y autogen autoconf automake libtool patch
RUN apt-get install -y autogen autoconf automake libtool

RUN mkdir -p /bdwgc && curl -L https://github.com/ivmai/bdwgc/archive/128c0ec33dc7b41c1ea40ca27d57821135744182.tar.gz | tar -xz --strip-components 1 -C /bdwgc
RUN mkdir -p /bdwgc && curl -L https://github.com/ivmai/bdwgc/archive/0a1667bee7f2c004abda6ecd173cd80bfef8412c.tar.gz | tar -xz --strip-components 1 -C /bdwgc
WORKDIR /bdwgc
ADD bdwgc.patch bdwgc.patch
RUN patch -p1 < bdwgc.patch
RUN ./autogen.sh

# While signals aren't actually used the header file is included unconditionally. We can enable the header file
Expand Down
73 changes: 0 additions & 73 deletions buildtools/bdwgc/bdwgc.patch

This file was deleted.

Binary file modified lib/libaho_corasick.a
Binary file not shown.
Binary file modified lib/libgc.a
Binary file not shown.
Binary file modified lib/libinjection.a
Binary file not shown.
Binary file modified lib/libmimalloc.a
Binary file not shown.

0 comments on commit 70af52a

Please sign in to comment.