Skip to content

Commit

Permalink
Update illumos-x64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Jul 13, 2024
1 parent 9226e29 commit 0cbfa2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/illumos-x64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
git clone https://github.com/dotnet/runtime --single-branch --depth 1
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \
/runtime/build.sh clr+libs+packs -c Debug -os illumos -cross -gcc
coreclr_Release:
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
git clone https://github.com/dotnet/runtime --single-branch --depth 1
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \
/runtime/build.sh clr+libs+packs -c Release -os illumos -cross -gcc
mono_Debug:
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
git clone https://github.com/am11/runtime --single-branch --depth 1
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \
/runtime/build.sh mono+libs+packs -c Debug -os illumos -cross -gcc
mono_Release:
Expand All @@ -53,5 +53,5 @@ jobs:
run: |
git clone https://github.com/am11/runtime --single-branch --depth 1
docker run --rm -v$(pwd)/runtime:/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-illumos-20220531132048-f13d79e \
mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-illumos-20240711153006-4d80ecb \
/runtime/build.sh mono+libs+packs -c Release -os illumos -cross -gcc

0 comments on commit 0cbfa2a

Please sign in to comment.