Skip to content

illumos-x64 dotnet-runtime build #4

illumos-x64 dotnet-runtime build

illumos-x64 dotnet-runtime build #4

name: illumos-x64 dotnet-runtime build
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Test runtime build
run: |
git clone https://github.com/am11/runtime --single-branch --depth 1 --branch illumos-test
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 \
/runtime/build.sh -c Release -os illumos -cross -gcc