-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
build issue on alpine-latest: tasks 'Create git-secret apk package' and 'Create git-secret apk location' #232
Comments
Error message: TASK [Create git-secret apk package] ******************************************* fatal: [localhost]: FAILED! => {"changed": false, "cmd": ["bash", "-lc", "cd /tmp/git-secret && make build-apk"], "delta": "0:00:00.826604", "end": "2018-07-12 14:30:15.027166", "msg": "non-zero return code", "rc": 2, "start": "2018-07-12 14:30:14.200562", "stderr": "/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in ...ignoring TASK [Find git-secret apk file] ************************************************ TASK [Set git-secret apk location] ********************************************* to retry, use: --limit @/tmp/kitchen/default.retry |
@sobolevn @simbo1905 any ideas? |
This looks to be "apline-latest" changes that make building the edit I suggest that we configure things such that we do a build that does everything on release (and uploads a package built on the latest versions to force us to fix them) and configure the tests that run on a PR not to run on "latest". |
@simbo1905 absolutely agree. |
Building locally on alpine it looks to me that gnupg no longer compiles on latest alpine. Trying to get alpine to test locally I hit a few issues due to my unfamiliarity with the distro. I have just found their formula at https://git.alpinelinux.org/cgit/aports/tree/main/gnupg/APKBUILD?h=master so I might now be able to figure this out when I get some more time to look into this in the next couple of days. |
I have created PR #246 for the fix. |
Closing |
builds are failing only on alpine-latest because of error(s) with
run-tests.yml
For exact error messages, please see the 'alpine-latest' jobs here:
https://travis-ci.org/sobolevn/git-secret/builds/403141496
or below
The text was updated successfully, but these errors were encountered: