Skip to content

wasi-sdk-prebuilt: new package#45394

Merged
tldahlgren merged 2 commits intospack:developfrom
teaguesterling:packages/wasi-sdk-prebuilt
Jul 25, 2024
Merged

wasi-sdk-prebuilt: new package#45394
tldahlgren merged 2 commits intospack:developfrom
teaguesterling:packages/wasi-sdk-prebuilt

Conversation

@teaguesterling
Copy link
Copy Markdown
Contributor

This is a version of the wasi-sdk that is precompiled into WASM. However, ideally this would be compiled on-demand.

Signed-off-by: Teague Sterling <[email protected]>
Copy link
Copy Markdown
Contributor

@tldahlgren tldahlgren left a comment

Choose a reason for hiding this comment

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

Confirmed the homepage and all version sha256s.

Copy link
Copy Markdown
Contributor

@tldahlgren tldahlgren left a comment

Choose a reason for hiding this comment

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

Group methods together after properties and directives.

@tldahlgren tldahlgren self-assigned this Jul 23, 2024
@tldahlgren tldahlgren merged commit 4240748 into spack:develop Jul 25, 2024
tgamblin added a commit that referenced this pull request Jul 29, 2024
This was missed in #45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
@tgamblin tgamblin mentioned this pull request Jul 29, 2024
3 tasks
tgamblin added a commit that referenced this pull request Jul 29, 2024
This was missed in #45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
tgamblin added a commit that referenced this pull request Jul 29, 2024
This was missed in #45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
tgamblin added a commit that referenced this pull request Jul 29, 2024
This was missed in #45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
johnwparent pushed a commit to johnwparent/spack that referenced this pull request Aug 2, 2024
* wasi-sdk-prebuilt: new package
* move url_for_version to be first method

---------

Signed-off-by: Teague Sterling <[email protected]>
johnwparent pushed a commit to johnwparent/spack that referenced this pull request Aug 2, 2024
This was missed in spack#45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
diehlpk pushed a commit to diehlpk/spack that referenced this pull request Aug 14, 2024
* wasi-sdk-prebuilt: new package
* move url_for_version to be first method

---------

Signed-off-by: Teague Sterling <[email protected]>
diehlpk pushed a commit to diehlpk/spack that referenced this pull request Aug 14, 2024
This was missed in spack#45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
Chrismarsh pushed a commit to Chrismarsh/spack that referenced this pull request Aug 16, 2024
This was missed in spack#45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
tldahlgren pushed a commit to AcriusWinter/spack that referenced this pull request Aug 20, 2024
* wasi-sdk-prebuilt: new package
* move url_for_version to be first method

---------

Signed-off-by: Teague Sterling <[email protected]>
tldahlgren pushed a commit to AcriusWinter/spack that referenced this pull request Aug 20, 2024
This was missed in spack#45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
FrederickDeny pushed a commit to FrederickDeny/spack that referenced this pull request Aug 26, 2024
* wasi-sdk-prebuilt: new package
* move url_for_version to be first method

---------

Signed-off-by: Teague Sterling <[email protected]>
FrederickDeny pushed a commit to FrederickDeny/spack that referenced this pull request Aug 26, 2024
This was missed in spack#45394 because we don't run unit tests for package PRs, and
`test_all_virtual_packages_have_default_providers`, which would've caught it, is a unit
test, not an audit.

- [x] add a default provider for `wasi-sdk` in `etc/spack/defaults/packages.yaml` (which
      we require for all virtuals)
- [x] rework `test_all_virtual_packages_have_default_providers` as an audit called
      `_ensure_all_virtual_packages_have_default_providers`

Signed-off-by: Todd Gamblin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants