We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reproduce in #774 Prepare the following Makefile
ROOT = $(shell git rev-parse --show-toplevel) build: ./scripts/build.sh -o $(ROOT) release-build: ./scripts/build.sh -o $(ROOT) -r test-all: test oci-integration-test integration-test test: build cd crates && cargo test oci-integration-test: build ./scripts/oci_integration_tests.sh $(ROOT) integration-test: build ./scripts/rust_integration_tests.sh $(ROOT)/youki clean: ./scripts/clean.sh $(ROOT)
$ make integration-test
The text was updated successfully, but these errors were encountered:
utam0k
Successfully merging a pull request may close this issue.
How to reproduce
in #774
Prepare the following Makefile
$ make integration-test
The text was updated successfully, but these errors were encountered: