Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 87d1324

Browse files
committed
Jenkinsfile: build dynamic binary for docker-py, to match makefile
This also makes sure that we can test all functionality of the daemon, because some features are not available on static binaries. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 4ddb40ee8abd1b0abbc3887f111605865b0baf5e) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: fb471aab266d485c10c6d9c016dc34efdeefc52c Component: engine
1 parent c0e26c4 commit 87d1324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/engine/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pipeline {
7676
-e DOCKER_GRAPHDRIVER \
7777
docker:${GIT_COMMIT} \
7878
hack/make.sh \
79-
binary-daemon \
79+
dynbinary-daemon \
8080
test-docker-py
8181
'''
8282
}

0 commit comments

Comments
 (0)