Skip to content

Commit b6953c2

Browse files
committed
CI: Tidy up build steps
1 parent b5df0ac commit b6953c2

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ jobs:
7575
source $BUILD_TOOLS
7676
build_deps
7777
78-
- name: Checkout MicroPython & MicroPython Libs
78+
- name: Checkout MicroPython & Submodules
7979
run: |
8080
source $BUILD_TOOLS
81-
clone_micropython_lib
8281
clone_micropython
8382
8483
- name: "HACK: CMakeLists.txt Disable C++ Exceptions Patch"

ci/micropython.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ function log_warning {
1212
echo -e "$(tput setaf 1)$1$(tput sgr0)"
1313
}
1414

15-
function clone_micropython_lib {
16-
git clone https://github.com/micropython/micropython-lib --depth=1
17-
}
18-
1915
function clone_micropython {
2016
log_inform "Using MicroPython $MICROPYTHON_VERSION"
2117
git clone https://github.com/micropython/micropython --depth=1 --branch=$MICROPYTHON_VERSION
@@ -36,10 +32,6 @@ function build_deps {
3632
sudo apt update && sudo apt install ccache
3733
}
3834

39-
function clone_pimoroni_pico {
40-
git clone https://github.com/micropython/micropython --branch=$PIMORONI_PICO_SHA --depth=1
41-
}
42-
4335
function micropython_version {
4436
echo "MICROPY_GIT_TAG=$MICROPYTHON_VERSION, $BOARD_NAME $TAG_OR_SHA" >> $GITHUB_ENV
4537
echo "MICROPY_GIT_HASH=$MICROPYTHON_VERSION-$TAG_OR_SHA" >> $GITHUB_ENV

0 commit comments

Comments
 (0)