Skip to content

Commit

Permalink
Pass $(crossArg) to src/tests/build.sh in Antigen/Fuzzlyn pipelines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Aug 31, 2024
1 parent ac663e4 commit 30895ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/coreclr/exploratory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extends:
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
timeoutInMinutes: 360
postBuildSteps:
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) generatelayoutonly
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) $(crossArg) generatelayoutonly
displayName: Create Core_Root
condition: succeeded()
- template: /eng/pipelines/coreclr/templates/jit-exploratory-steps.yml
Expand Down

0 comments on commit 30895ac

Please sign in to comment.