CI: Bump MicroPython to v1.24.0.

pull/1024/head
Phil Howard 2024-02-27 11:14:05 +00:00 zatwierdzone przez Phil Howard
rodzic 24971349fc
commit 3e16e1228f
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -7,7 +7,8 @@ on:
types: [created]
env:
MICROPYTHON_VERSION: v1.23.0
MICROPYTHON_VERSION: v1.24.0
MICROPYTHON_FLAVOUR: micropython
jobs:
build:

Wyświetl plik

@ -13,11 +13,9 @@ function log_warning {
}
function micropython_clone {
log_inform "Using MicroPython $MICROPYTHON_VERSION"
git clone https://github.com/micropython/micropython
log_inform "Using MicroPython $MICROPYTHON_FLAVOUR/$MICROPYTHON_VERSION"
git clone https://github.com/$MICROPYTHON_FLAVOUR/micropython -b $MICROPYTHON_VERSION --depth=1
cd micropython
git checkout $MICROPYTHON_VERSION
git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
git submodule update --init lib/pico-sdk
git submodule update --init lib/cyw43-driver
git submodule update --init lib/lwip