We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3137e3 commit ad856abCopy full SHA for ad856ab
.github/workflows/illumos-x64-runtime-build.yml
@@ -28,7 +28,7 @@ jobs:
28
git clone https://github.com/${{ github.event.inputs.runtimeForkName }}/${{ github.event.inputs.runtimeRepohName }} runtime --branch ${{ github.event.inputs.runtimeBranchName }} --single-branch --depth 1
29
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
30
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos sh -c 'apt update && apt install -y ninja-build;
31
- /runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc --bootstrap
+ /runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc --bootstrap'
32
33
coreclr_Release:
34
runs-on: ubuntu-latest
0 commit comments