Skip to content

Commit 7f5aeab

Browse files
authored
Update linux-riscv64-runtime-build.yml
1 parent e5ce211 commit 7f5aeab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux-riscv64-runtime-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
sh -c '/runtime/build.sh --cross --clang --arch riscv64 --configuration Release --subset host.native+clr.native+clr.corelib+clr.tools+clr.nativecorelib+clr.packages+clr.nativeaotlibs+clr.crossarchtools+libs /p:EnableSourceLink=false &&
1919
/runtime/build.sh --cross --clang --arch riscv64 --configuration Release --subset libs.tests --testscope all /p:EnableSourceLink=false /p:UseLocalAppHostPack=true &&
2020
rm -rf /runtime/artifacts/obj &&
21+
/runtime/src/tests/build.sh generatelayoutonly -log:Layout -Release -cross -riscv64 -p:UseLocalAppHostPack=true &&
2122
/runtime/src/tests/build.sh -Release -cross -riscv64 -clang -priority1 -p:UseLocalAppHostPack=true &&
2223
rm -rf ../runtime/artifacts/obj'
2324

0 commit comments

Comments
 (0)