Skip to content

Commit 186cf55

Browse files
committed
[CI] Update enflame ci runner
1 parent 10f748f commit 186cf55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enflame-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
enflame-build-and-test:
15-
runs-on: enflame
15+
runs-on: enflame-gcu300
1616
if: ${{ github.repository == 'FlagTree/flagtree' || github.repository == 'flagos-ai/flagtree' }}
1717
steps:
1818
- name: Setup environment

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ find_package(Threads REQUIRED)
466466
467467
add_subdirectory(third_party/f2reduce)
468468
469-
if(NOT FLAGTREE_BACKEND OR FLAGTREE_BACKEND MATCHES "^(aipu|tsingmicro)$")
469+
if(NOT FLAGTREE_BACKEND OR FLAGTREE_BACKEND MATCHES "^(aipu|tsingmicro|enflame)$")
470470
add_subdirectory(bin)
471471
add_subdirectory(test)
472472
endif()

0 commit comments

Comments
 (0)