Update dependencies and fix CI

* nanopb 0.4.6.4 with PB_C99_STATIC_ASSERT to avoid depending on C11
* OpenSSL 1.1.1q on windows
* Switched from docker to podman in CI
* Appdir in appimage build container is now in /build/appdir to fix
  "Invalid cross-device link" errors in linuxdeploy when appdir is in
  mount
* Use python protobuf==3.19.5 in bionic image, which still supports
  python 3.6, and on windows where nanopb otherwise has issues
* Purge nanopb_pb2.py to force regeneration of it for possibly different
  python protobuf versions in subsequent builds
* FreeBSD needs py39 packages now
This commit is contained in:
Florian Märkl 2022-09-11 14:00:59 +02:00
commit 4164255ef9
14 changed files with 48 additions and 23 deletions

View file

@ -7,7 +7,7 @@ but the easiest way is to use the following container.
Build Project
-------------
```
bash scripts/switch/run-docker-build-chiaki.sh
bash scripts/switch/run-podman-build-chiaki.sh
```
tools
@ -15,7 +15,7 @@ tools
Push to homebrew Netloader
```
# where X.X.X.X is the IP of your switch
bash scripts/switch/push-docker-build-chiaki.sh -a 192.168.0.200
bash scripts/switch/push-podman-build-chiaki.sh -a 192.168.0.200
```
Troubleshoot