Skip to content

Commit

Permalink
Update build_gcc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Jan 16, 2025
1 parent 5de8013 commit 70bfd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cd runtime
git apply ../runtime.patch
sed -i '1s|^|set(CMAKE_TOOLCHAIN_FILE "${{ github.workspace }}/riscv64-071.toolchain.cmake")|' src/native/external/zlib-ng.cmake
sed -i '1s|^|set\(CMAKE_TOOLCHAIN_FILE \"${{ github.workspace }}/riscv64-071.toolchain.cmake\"\)|' src/native/external/zlib-ng.cmake
sed -i "s|WITH_RVV OFF|WITH_RVV ON|" src/native/external/zlib-ng.cmake
sed -i "s|<PublishTrimmed>true</PublishTrimmed>|<PublishTrimmed Condition=\"\'$\(TargetArchitecture\)\' != \'riscv64\'\">true</PublishTrimmed>|" src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj
./build.sh --ci -c Release --cross --arch riscv64 --gcc --cmakeargs -DCLR_CMAKE_USE_SYSTEM_ZLIB=true
Expand Down

0 comments on commit 70bfd12

Please sign in to comment.