Skip to content

Conversation

BruceForstall
Copy link
Contributor

  1. Remove FSharp benchmark dll from realworld collection, since it no longer has any benchmarks.
  2. Properly pass -cross switch when building CORE_ROOT. Propagate crossBuild more widely through the scripts.

Copy link
Contributor

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

@BruceForstall
Copy link
Contributor Author

/azp run runtime-coreclr superpmi-collection-test

Copy link

No pipelines are associated with this pull request.

1. Remove FSharp benchmark dll from realworld collection, since it no longer has any benchmarks.
2. Properly pass `-cross` switch when building CORE_ROOT. Propagate
   `crossBuild` more widely through the scripts.
@BruceForstall
Copy link
Contributor Author

Fixes #107522

@BruceForstall BruceForstall force-pushed the FixSpmiCollectCreateCoreRootPublic branch from eaa99ae to 8b5bca6 Compare September 10, 2024 05:47
@BruceForstall
Copy link
Contributor Author

@dotnet/jit-contrib @kunalspathak PTAL

Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added some questions/comments.

- name: crossArg
value: '-cross'

- ${{ each variable in parameters.variables }}:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed so it can get the crossArg variable value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically, we need to inherit all the passed in variables as well as set crossArg. This is one way to do that.

Copy link
Contributor

@kunalspathak kunalspathak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BruceForstall BruceForstall merged commit e4f93db into dotnet:main Sep 10, 2024
224 of 226 checks passed
@BruceForstall BruceForstall deleted the FixSpmiCollectCreateCoreRootPublic branch September 10, 2024 20:54
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
* Fix SuperPMI collections

1. Remove FSharp benchmark dll from realworld collection, since it no longer has any benchmarks.
2. Properly pass `-cross` switch when building CORE_ROOT. Propagate
   `crossBuild` more widely through the scripts.

* Pass `container` to xplat-job in run-superpmi-collect-job

* Better error message

* More `container` changes
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
* Fix SuperPMI collections

1. Remove FSharp benchmark dll from realworld collection, since it no longer has any benchmarks.
2. Properly pass `-cross` switch when building CORE_ROOT. Propagate
   `crossBuild` more widely through the scripts.

* Pass `container` to xplat-job in run-superpmi-collect-job

* Better error message

* More `container` changes
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants