DeviationTX / deviation

Custom firmware for RC Transmitters
http://www.deviationtx.com
GNU General Public License v3.0
247 stars 153 forks source link

Nightly builds broken #1014

Open howels opened 2 years ago

howels commented 2 years ago

Nightly builds are failing and have been for some time.

Latest build: https://www.deviationtx.com/downloads-new/category/2830-2021-06-11

howels commented 2 years ago

Any updates on this? Nightly builds are still not available.

howels commented 2 years ago

Have tried to build locally using the setup in https://github.com/DeviationTX/deviation/blob/master/.travis.yml and I get no errors. Anyone know why this CI build is failing?

gdenton61 commented 2 years ago

My local build (on Ubuntu 20.04.3) the devo7e build fails with the same error as shown on lines 1416 & 1417 of https://travis-ci.org/github/DeviationTX/deviation/builds/774621651:

arm-none-eabi-ld: objs/devo7e/frskyx_cc2500.elf section .bss' will not fit in region ram' arm-none-eabi-ld: region `ram' overflowed by 18 bytes

So it looks like the latest code change to frskyx_cc2500.c is what broke the nightly builds?

howels commented 2 years ago

https://github.com/DeviationTX/deviation/pull/1015 should fix the issue with flash-constrained targets. Please check it out, thanks.

Dropsleutel commented 2 years ago

it seems still the nightlies which are daily provided are not updated.

howels commented 2 years ago

it seems still the nightlies which are daily provided are not updated.

Yep. No core maintainers are paying attention. This is a canary for me. I have bought an OpenTX/EdgeTX radio instead as I don't see enough active developers here in deviationTX.

The fix is posted in the PR above (https://github.com/DeviationTX/deviation/pull/1015), but we can see that it has been almost 5 months since the last successful nightly build (2021-06-11). Clearly there are tons of users but developers seem to have moved on.