Skip to content

Commit 51fda7b

Browse files
committed
riscvgc architecture uses static compilation
1 parent 55d0804 commit 51fda7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
export XMAKE_ROOT=y # Only need to use "--root" in CI
5454
xmake --version
5555
source env.sh
56+
export RT_XMAKE_LINK_TYPE="static"
5657
pushd apps
5758
xmake f -a ${{ matrix.arch }} -vyD
5859
xmake -j$(nproc) -vyD

0 commit comments

Comments
 (0)