mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-23 18:49:01 +08:00
tie Micropython examples to a stable release
This commit is contained in:
parent
98db3360df
commit
2d2d9ad277
@ -15,7 +15,7 @@ build: micropython
|
||||
$(DOCKER) $(CMD)
|
||||
|
||||
micropython:
|
||||
$(DOCKER) git clone https://github.com/micropython/micropython.git
|
||||
$(DOCKER) git clone --depth 1 -b v1.22.2 https://github.com/micropython/micropython.git
|
||||
|
||||
clean:
|
||||
test -d micropython && $(DOCKER) rm -rf micropython || true
|
||||
|
@ -7,7 +7,7 @@ example: micropython
|
||||
$(MAKE) -C micropython/ports/unix USER_C_MODULES=../../..
|
||||
|
||||
micropython:
|
||||
git clone https://github.com/micropython/micropython.git
|
||||
git clone --depth 1 -b v1.22.2 https://github.com/micropython/micropython.git
|
||||
|
||||
clean:
|
||||
rm -rf micropython
|
||||
|
Loading…
Reference in New Issue
Block a user