-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CI build to ubuntu-latest (22.04) (#2735)
Use ubuntu-latest (22.04) for CI **Add repo for clang** Keep using clang-8 **Use default gcc (11)** Was gcc 9 **Fix FatIFS library test failure** exfat-utils has moved to exfatprogs kernel contains exfat support, but requires linux-modules-extra-azure Recent versions of fsck.vfat require volume label matches boot sector **Explicitly use python 3.12 for CI** Default is python 3.8 which is a bit old. ESP32 IDF 4.3/4.4 breaks with later versions but a sensible default is 3.12.
- Loading branch information
Showing
6 changed files
with
40 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule IFS
updated
6 files
+1 −1 | src/FWFS/ArchiveStream.cpp | |
+1 −1 | src/Helpers.cpp | |
+4 −0 | src/include/IFS/Control.h | |
+1 −1 | src/include/IFS/FWFS/ArchiveStream.h | |
+1 −2 | src/include/IFS/FWFS/BlockEncoder.h | |
+1 −1 | test/modules/Archive.cpp |
Submodule FatIFS
updated
3 files
+18 −2 | src/FileSystem.cpp | |
+1 −0 | src/include/IFS/FAT/FileSystem.h | |
+12 −0 | test/app/Basic.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters