Skip to content

Commit fe8e94e

Browse files
am11tmds
authored andcommitted
Move FreeBSD CI leg to CBL-Mariner and v13 (dotnet#97038)
1 parent cc725d3 commit fe8e94e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/pipelines/common/templates/pipeline-with-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/coreclr/debug/daccess/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)