File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eng/pipelines/common/templates
src/coreclr/debug/daccess Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ resources:
9696 ROOTFS_DIR : /crossrootfs/x64
9797
9898 - container : freebsd_x64
99- image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04 -cross-freebsd-12
99+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0 -cross-amd64- freebsd-13
100100 env :
101101 ROOTFS_DIR : /crossrootfs/x64
102102
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ if(CLR_CMAKE_HOST_FREEBSD OR CLR_CMAKE_HOST_NETBSD OR CLR_CMAKE_HOST_SUNOS)
5353 DEPENDS coreclr
5454 VERBATIM
5555 COMMAND_EXPAND_LISTS
56- COMMAND ${CLR_DIR} /pal/tools/gen-dactable-rva.sh ${args}
56+ COMMAND ${CMAKE_COMMAND} -E env NM= ${CMAKE_NM} ${ CLR_DIR} /pal/tools/gen-dactable-rva.sh ${args}
5757 COMMENT Generating ${GENERATED_INCLUDE_DIR} /dactablerva.h
5858 )
5959
You can’t perform that action at this time.
0 commit comments