Skip to content
New issue

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

pre-built kernel with FUSE enabled for integration testing #660

Open
ginglis13 opened this issue Jun 2, 2022 · 0 comments
Open

pre-built kernel with FUSE enabled for integration testing #660

ginglis13 opened this issue Jun 2, 2022 · 0 comments
Labels
kind/enhancement New feature or request

Comments

@ginglis13
Copy link
Contributor

For now, we've added building a kernel with FUSE enabled as a step ran in every integration test on Buildkite (#659). This adds about 1-2 minutes to the overall build time. Ideally, we would like to have a pre-built kernel that we download for integration testing, like the previous behavior with default-vmlinux:

DEFAULT_VMLINUX_NAME?=default-vmlinux.bin
$(DEFAULT_VMLINUX_NAME):
curl --silent --show-error --retry 3 --max-time 30 --output $@ \
"https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/$(host_arch)/kernels/vmlinux.bin"
echo "$(kernel_sha256sum) $@" | sha256sum -c -
chmod 0400 $@

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant