Skip to content

Commit cfaf3ce

Browse files
committed
[SpacemiT] Fix ci workflow
1 parent 3ce1aad commit cfaf3ce

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/spacemit3.6-build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
runs-on: spacemit3.6
3131
if: ${{ github.repository == 'flagos-ai/flagtree' && github.event.pull_request.draft == false }}
3232
env:
33+
SPINE_TRITON_RPC_HOST: "127.0.0.1"
3334
SPINE_TRITON_RPC_PORT: "9999"
35+
SPINE_TRITON_TARGET_ARCH: "riscv64"
36+
SPACEMIT_EP_QEMU_SET_CORE_ARCH: "0xA064"
37+
GEMS_VENDOR: "spacemit"
3438
steps:
3539
- name: Setup environment
3640
shell: bash

0 commit comments

Comments
 (0)