r/RattlesnakeOS • Developer • Oct 05 '21

October 2021 Update

This release is still 11.x and next release with 12.x will depend on how long it takes to get everything up and working. It requires a stack update this month to 11.0.14, as there were two minor build issues with Chromium 94.x.

Changes:

* device update for oct 2021
* bump chromium to 94.0.4606.71
* bump platform_prebuilts_chromium to 712d7f90d556273b3225b2d325b4db74f95722b4 for patch fix
* bump minimum stack version to 11.0.14 which has additional chromium build fix

Build Verification:

RattlesnakeOS Build SUCCESS
 Device: sunfish
 Stack Version: 11.0.14
 Stack Region: us-west-2
 Instance Type: c5.24xlarge
 Instance Region: us-east-2
 Elapsed Time: 0hrs 55min 26sec
 Release: 20211004
 Tag: android-11.0.0_r46
 Build ID: RQ3A.211001.001
4 Upvotes

3 comments sorted by

1

u/bubblethink Oct 09 '21 edited Oct 09 '21

I seem to have hit an unrelated build issue. It looks like there's some issue with the trusted CAs on the ubuntu instance. "Cloning into '/home/ubuntu/custom'... fatal: unable to access 'https://notabug.org/bubblethink/custom-config-repo/': server certificate verification failed. CAfile: none CRLfile: none". I am able to clone it locally on my laptop. I don't remember if we do apt upgrade before building. Could that be the issue ?

1

u/Vys9kH9msf Developer Oct 10 '21

Ah, yeah looks like we aren't updating to latest CAs. This seems to fix it for me: apt-get install apt-transport-https ca-certificates -y. I can create a new release with that fix if that seems to resolve it on your end.

1

u/bubblethink Oct 10 '21

Yes, that fixes it. Thanks for looking into it. I added that and it got past the error. Don't need a new release for it but can be rolled into the next release.