File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 75
75
source $BUILD_TOOLS
76
76
build_deps
77
77
78
- - name : Checkout MicroPython & MicroPython Libs
78
+ - name : Checkout MicroPython & Submodules
79
79
run : |
80
80
source $BUILD_TOOLS
81
- clone_micropython_lib
82
81
clone_micropython
83
82
84
83
- name : " HACK: CMakeLists.txt Disable C++ Exceptions Patch"
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ function log_warning {
12
12
echo -e " $( tput setaf 1) $1 $( tput sgr0) "
13
13
}
14
14
15
- function clone_micropython_lib {
16
- git clone https://github.com/micropython/micropython-lib --depth=1
17
- }
18
-
19
15
function clone_micropython {
20
16
log_inform " Using MicroPython $MICROPYTHON_VERSION "
21
17
git clone https://github.com/micropython/micropython --depth=1 --branch=$MICROPYTHON_VERSION
@@ -36,10 +32,6 @@ function build_deps {
36
32
sudo apt update && sudo apt install ccache
37
33
}
38
34
39
- function clone_pimoroni_pico {
40
- git clone https://github.com/micropython/micropython --branch=$PIMORONI_PICO_SHA --depth=1
41
- }
42
-
43
35
function micropython_version {
44
36
echo " MICROPY_GIT_TAG=$MICROPYTHON_VERSION , $BOARD_NAME $TAG_OR_SHA " >> $GITHUB_ENV
45
37
echo " MICROPY_GIT_HASH=$MICROPYTHON_VERSION -$TAG_OR_SHA " >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments