firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
472 stars 73 forks source link

Use clean checkouts to avoid tests failing due to left over symlinks #72

Closed Kern-- closed 2 years ago

Kern-- commented 2 years ago

Buildkite reuses the build directory between runs on the same agent. When a build lands on a host that has already done a build at some point in the past, it fails because it tries to recreate the bin symlinks. We should start each build from a clean slate.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.