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
Describe the bug If you don't know what version is needed, or prefetch the wrong version of envoy, tests will fail like this in CI
2021-03-26T01:54:20.965069Z error Unable to start Envoy process: fork/exec /home/circleci/.getenvoy/builds/standard/1.11.0/linux_glibc/bin/envoy: text file busy
To Reproduce
remove this line or change the version in circleci config
- run: go run cmd/getenvoy/main.go fetch standard:1.11.0
Expected behavior
It is expected to not have to guess versions or do commands like this.
Additional context https://app.circleci.com/pipelines/github/tetratelabs/getenvoy/604/workflows/8dbaf2ac-1872-44b7-951c-1fd4b514f4f3/jobs/1160
The text was updated successfully, but these errors were encountered:
no longer needed
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If you don't know what version is needed, or prefetch the wrong version of envoy, tests will fail like this in CI
To Reproduce
remove this line or change the version in circleci config
Expected behavior
It is expected to not have to guess versions or do commands like this.
Additional context
https://app.circleci.com/pipelines/github/tetratelabs/getenvoy/604/workflows/8dbaf2ac-1872-44b7-951c-1fd4b514f4f3/jobs/1160
The text was updated successfully, but these errors were encountered: