Skip to content

Define constraint for emscripten os#84

Merged
katre merged 1 commit into
bazelbuild:mainfrom
googlewalt:emscripten
Jan 9, 2024
Merged

Define constraint for emscripten os#84
katre merged 1 commit into
bazelbuild:mainfrom
googlewalt:emscripten

Conversation

@googlewalt

@googlewalt googlewalt commented Jan 6, 2024

Copy link
Copy Markdown
Contributor

This is to be used for WebAssembly built with the emscripten toolchain, with cpus wasm32/wasm64.

This is to be used for Web Assembly, with cpus wasm32/wasm64.
@katre
katre merged commit 6b04b81 into bazelbuild:main Jan 9, 2024
anakinxc referenced this pull request in secretflow/spu Mar 26, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [platforms](https://togithub.com/bazelbuild/platforms) | http_archive
| patch | `0.0.8` -> `0.0.9` |

---

### Release Notes

<details>
<summary>bazelbuild/platforms (platforms)</summary>

###
[`v0.0.9`](https://togithub.com/bazelbuild/platforms/releases/tag/0.0.9)

[Compare
Source](https://togithub.com/bazelbuild/platforms/compare/0.0.8...0.0.9)

#### What's Changed

- Define constraint for emscripten os by
[@&#8203;googlewalt](https://togithub.com/googlewalt) in
[https://github.com/bazelbuild/platforms/pull/84](https://togithub.com/bazelbuild/platforms/pull/84)
- Implement local_config_platform in `@platforms` by
[@&#8203;Wyverald](https://togithub.com/Wyverald) in
[https://github.com/bazelbuild/platforms/pull/86](https://togithub.com/bazelbuild/platforms/pull/86)

#### WORKSPACE setup

```bzl
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/0.0.9/platforms-0.0.9.tar.gz",
    ],
    sha256 = "5eda539c841265031c2f82d8ae7a3a6490bd62176e0c038fc469eabf91f6149b",
)

### To use the new Starlark host platform in @&#8203;platforms, also include the following snippet:
load("@&#8203;platforms//host:extension.bzl", "host_platform_repo")
host_platform_repo(name = "host_platform")
```

**Full Changelog**:
bazelbuild/platforms@0.0.8...0.0.9

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants