-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: update ansible tests for re2 (#2318)
- Loading branch information
Showing
29 changed files
with
838 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,10 @@ WORKDIR /go/src/crowdsec | |
ENV RE2_VERSION=2023-03-01 | ||
|
||
# wizard.sh requires GNU coreutils | ||
RUN apk add --no-cache git g++ gcc libc-dev make bash gettext binutils-gold coreutils icu-static pkgconfig && \ | ||
RUN apk add --no-cache git g++ gcc libc-dev make bash gettext binutils-gold coreutils pkgconfig && \ | ||
wget https://github.com/google/re2/archive/refs/tags/${RE2_VERSION}.tar.gz && \ | ||
tar -xzf ${RE2_VERSION}.tar.gz && \ | ||
cd re2-${RE2_VERSION} && \ | ||
make && \ | ||
make install && \ | ||
echo "githubciXXXXXXXXXXXXXXXXXXXXXXXX" > /etc/machine-id && \ | ||
go install github.com/mikefarah/yq/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.