Revert "chore: bump gocv to v0.35.0"

This reverts commit 0c2083aed6.
This commit is contained in:
2023-11-02 16:04:12 +01:00
parent 0c2083aed6
commit f97c9cfc61
64 changed files with 502 additions and 2326 deletions

View File

@ -3,10 +3,10 @@
#
# To run tests:
# xhost +
# docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix gocv-test-4.x
# docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix gocv-test
# xhost -
#
FROM ghcr.io/hybridgroup/opencv:4.8.1 AS gocv-test-4.7
FROM gocv/opencv:4.6.0 AS gocv-test
ENV GOPATH /go
@ -14,6 +14,6 @@ COPY . /go/src/gocv.io/x/gocv/
WORKDIR /go/src/gocv.io/x/gocv
RUN go install github.com/rakyll/gotest@latest
RUN go get -u github.com/rakyll/gotest
ENTRYPOINT ["gotest", "-v", ".", "./contrib/..."]