Skip to content

Commit

Permalink
Update freebsd-x64-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Oct 17, 2024
1 parent 2477825 commit 0974bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd-x64-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker run --rm -v$(pwd):/runtime -e ROOTFS_DIR=/crossrootfs/x64 \
mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-amd64-freebsd-14 \
sh -c '
/runtime/build.sh -ci -arch x64 -os freebsd -cross -s clr+libs+host+packs -c Debug -rc Checked -p:NativeAotSupported=false --keepnativesymbols true &&
/runtime/build.sh -ci -arch x64 -os freebsd -cross -s clr+libs+host+packs -c Debug -rc Checked -p:StageOneBuild=true --keepnativesymbols true &&
/runtime/build.sh -ci -arch x64 -os freebsd -cross -s clr.tools+packs -c Debug -rc Checked --keepnativesymbols true'
# sh -c '/runtime/build.sh clr+libs+packs -c Debug -os freebsd -cross &&
# tdnf install -y file unzip && cd /tmp &&
Expand Down

0 comments on commit 0974bb3

Please sign in to comment.