-
-
Notifications
You must be signed in to change notification settings - Fork 21
Update ftl-build container #103
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
Conversation
Signed-off-by: DL6ER <dl6er@dl6er.de>
Compiling |
I restarted the armv8 build a few times now, it fails in various different libraries with a serious compiler issues. Seems the most recent stable (!) Alpine release is having issues on armv8. |
14fa1cc
to
0a16422
Compare
Running Actions on this branch at https://github.com/pi-hole/docker-base-images/actions/runs/14956211804 |
The failing or timeout builds all fail at this step:
|
The step following on this is the API verification which is quite an extensive test. However, even with CPU emulation it should take at most a few seconds. But it is definitely already an improvement... |
@dschaper how have you been able to re-trigger a build here (were you)? I just saw that the builds are a long time ago and it seems there is no option to try again now |
Signed-off-by: DL6ER <dl6er@dl6er.de>
I decided to push another commit to this PR, the non-emulated have already finished running. Keeping my fingers crossed |
01b2edb
to
ab5a879
Compare
…d on pull request for foreign origins Signed-off-by: DL6ER <dl6er@dl6er.de>
c5f37af
to
365de20
Compare
Signed-off-by: DL6ER <dl6er@dl6er.de>
365de20
to
e5e97f2
Compare
Signed-off-by: DL6ER <dl6er@dl6er.de>
@yubiuser @dschaper Build containers fixed. Follow-up PR to get the necessary changes into FTL is pi-hole/FTL#2477 once we have a tag here and can it include over there. The PR description has been updated to reflect the changes in this PR |
What does this implement/fix?
We add the
dnspython
package to be able to write more complicated DNS tests on the CI.Furthermore, we
mbedtls
library to its most recent version,alpine:3.22
released yesterday, andarm
runners forarm
targets to drastically improve build time:This PR
(ignore the RISCV64 job)
master
Related issue or feature (if applicable): N/A
Pull request in docs with documentation (if applicable): N/A
By submitting this pull request, I confirm the following:
git rebase
)Checklist:
developmental
branch.