Minor dropbear build tweaks#706
Conversation
No functional changes, just refreshed them against my own to double-check and make diff'ing easier.
Disable FORTIFY so that stuff runs on legacy Kindles Tweak a few defaut settings for speed, and to avoid clobbering system files.
Frenzie
left a comment
There was a problem hiding this comment.
Didn't test but I "like" the hack. ;-)
|
Dunno if it's related to this PR. https://api.travis-ci.org/v3/job/407002046/log.txt This dropbear build succeeded thus, but its log is near 4MB too: https://api.travis-ci.org/v3/job/406649732/log.txt But in this dropbear build (and my bump's) log, there is like 20% of the log that are warnings related to the dropbear build: The commit CI succeeded (9K of log shorter, nothing obvious |
|
Gah, there's another Travis limit beyond the "I'll stop showing you stuff on the web UI" one? Grmbl. I'll take care of it (and fix those -I calls, because WTH? :D) |
|
Should be taken care of in #711 ;). |
There's also "don't take more than the x minute timeout". What happened here exactly? |
|
Dropbear did not honor CFLAGS, (upstream issue, fixed, but not in any
release), and clang was being very very very very verbose with the default
warning set, because the lack of custom CFLAGS meant it didn't honor our
attempts at taming those ;).
…On Sat, Jul 28, 2018, 22:41 Frans de Jonge ***@***.***> wrote:
Gah, there's another Travis limit beyond the "I'll stop showing you stuff
on the web UI" one?
There's also "don't take more than the x minute timeout". What happened
here exactly?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#706 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG1Zr0ZIF5_FiT34af5Z3tMCLKRgVZAks5uLMxigaJpZM4VP-fP>
.
|
|
Which is how we learned that 4MB of logs meant an abort ;p.
…On Sat, Jul 28, 2018, 22:45 NiLuJe ***@***.***> wrote:
Dropbear did not honor CFLAGS, (upstream issue, fixed, but not in any
release), and clang was being very very very very verbose with the default
warning set, because the lack of custom CFLAGS meant it didn't honor our
attempts at taming those ;).
On Sat, Jul 28, 2018, 22:41 Frans de Jonge ***@***.***>
wrote:
> Gah, there's another Travis limit beyond the "I'll stop showing you stuff
> on the web UI" one?
>
> There's also "don't take more than the x minute timeout". What happened
> here exactly?
>
> —
> You are receiving this because you modified the open/close state.
> Reply to this email directly, view it on GitHub
> <#706 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAG1Zr0ZIF5_FiT34af5Z3tMCLKRgVZAks5uLMxigaJpZM4VP-fP>
> .
>
|
|
Huh, I'd have expected something more like at least 10 ('cause it's a rounder number). Oh well. :-P |
Hopefully without breaking anything ;).
(Ground-work for minor changes to the plugin to make it easier to test without risking clobbered system files).