From aa302b2c7c19b2c5408c9ad11890b1ccb4d64cc6 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Thu, 25 Aug 2022 11:13:43 +0300 Subject: [PATCH 1/2] Fix s3l build on gcc8 --- br-ext-chip-ambarella/board/s3l/kernel/patches/20_fix_gcc8.patch | 1 + 1 file changed, 1 insertion(+) create mode 120000 br-ext-chip-ambarella/board/s3l/kernel/patches/20_fix_gcc8.patch diff --git a/br-ext-chip-ambarella/board/s3l/kernel/patches/20_fix_gcc8.patch b/br-ext-chip-ambarella/board/s3l/kernel/patches/20_fix_gcc8.patch new file mode 120000 index 00000000..66ce4243 --- /dev/null +++ b/br-ext-chip-ambarella/board/s3l/kernel/patches/20_fix_gcc8.patch @@ -0,0 +1 @@ +../../../../../patches/linux/3.10.x/gcc8_err_encountered.patch \ No newline at end of file From 5e1862401fc05099fb42083797d2f2a56c90f30d Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Wed, 7 Sep 2022 19:52:18 +0300 Subject: [PATCH 2/2] Add example --- .github/workflows/matrix_build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index 6747d5dd..eb0eba23 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -562,6 +562,18 @@ jobs: tag: ${{ env.TAG_NAME }} overwrite: true + - name: Publish image -> toolchain mapping + if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }} + env: + MAP_TOKEN: ${{ secrets.MAP_TOKEN }} + run: | + curl \ + -X POST \ + -F "release=${{ matrix.platform }}_${{ matrix.release }}" \ + -F "toolchain=${TOOLNAME}" \ + -H "Authorization: Bearer ${MAP_TOKEN}" \ + https://openipc.org/map_toolchain || true + - name: Send binary file to telegram channel if: ${{ !env.ACT && github.event_name != 'pull_request' && matrix.custom != 'onlyci' }} env: