Skip to content

Commit

Permalink
run test with chimera for 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Nov 24, 2021
1 parent 75d21a4 commit 0517d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,5 @@ ADD . /rust-hyperscan/

WORKDIR /rust-hyperscan

ARG FEATURES=chimera

RUN cargo build --features ${FEATURES}

ENTRYPOINT ["cargo"]
CMD ["test", "--features", "${FEATURES}"]
CMD ["test"]
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ services:
hyperscan: 5.4
args:
HYPERSCAN_VERSION: 5.4.0
command: test --features chimera
hyperscan-5.2:
build:
context: .
labels:
hyperscan: 5.2
args:
HYPERSCAN_VERSION: 5.2.1
command: test --features chimera
hyperscan-4.7:
build:
context: .
Expand All @@ -23,4 +25,3 @@ services:
UBUNTU_VERSION: 18.04
HYPERSCAN_VERSION: 4.7.0
PCRE_VERSION: 8.41
CRATE_FEATURES:

0 comments on commit 0517d86

Please sign in to comment.