Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cmd/run_tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ func runTest(args Args) error {
return fmt.Errorf("unrecognized distro: %s", pkgOs)
}

fmt.Fprintf(os.Stderr, "%+v\n%s", s, pv)

fmt.Printf(`
DISTRO=%[1]s
TARGETARCH=%[2]s
Expand Down
3 changes: 1 addition & 2 deletions packages/moby-runc/deb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ deb: runc man/man8

runc:
cd src && \
echo $(VERSION)-$(REVISION) > VERSION && \
$(MAKE) runc BUILDTAGS='seccomp'
$(MAKE) runc BUILDTAGS='seccomp' VERSION="${VERSION}-${REVISION}"

man/man8:
cd src && \
Expand Down