Skip to content

Commit 1106533

Browse files
committed
Coverage to standard build
1 parent f1f903a commit 1106533

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
run: sudo apt-get install patchelf
4646

4747
- name: Fix interpreter
48-
run: patchelf --set-interpreter /lib/ld-linux-armhf.so.3 ports/unix/build-coverage/micropython
48+
run: patchelf --set-interpreter /lib/ld-linux-armhf.so.3 ports/unix/build-standard/micropython
4949

5050
- name: Fix needed libs
51-
run: patchelf --replace-needed ld-linux.so.3 ld-linux-armhf.so.3 ports/unix/build-coverage/micropython
51+
run: patchelf --replace-needed ld-linux.so.3 ld-linux-armhf.so.3 ports/unix/build-standard/micropython
5252

5353
- name: Upload binaries to release
5454
uses: svenstaro/upload-release-action@v2
5555
with:
5656
repo_token: ${{ secrets.GITHUB_TOKEN }}
57-
file: ports/unix/build-coverage/micropython
57+
file: ports/unix/build-standard/micropython
5858
asset_name: micropython.rm520
5959
tag: ${{ github.ref }}
6060
overwrite: true

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ CI_UNIX_OPTS_QEMU_MIPS=(
388388

389389
CI_UNIX_OPTS_QEMU_ARM=(
390390
CROSS_COMPILE=arm-linux-gnueabi-
391-
VARIANT=coverage
391+
VARIANT=standard
392392
MICROPY_STANDALONE=1
393393
)
394394

0 commit comments

Comments
 (0)