Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to get wasm builds running #358

Merged
merged 2 commits into from
Jan 17, 2019
Merged

try to get wasm builds running #358

merged 2 commits into from
Jan 17, 2019

Conversation

kinggoesgaming
Copy link
Member

I'm submitting a(n) other

Description

CI builds are failing because we are attempting to use cargo build for wasm builds. `cargo-web utility properly handles issues that are being caused

Motivation

Failures while trying to pass #355

Tests

Current builds build in CI

Related Issue(s)

N/A

Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
@kinggoesgaming kinggoesgaming added this to the 0.7.2 milestone Jan 17, 2019
@kinggoesgaming kinggoesgaming self-assigned this Jan 17, 2019
@kinggoesgaming kinggoesgaming added this to In progress in 0.7.x via automation Jan 17, 2019
@kinggoesgaming kinggoesgaming added this to Needs triage in Pull Request Triage via automation Jan 17, 2019
@kinggoesgaming kinggoesgaming moved this from In progress to Needs review in 0.7.x Jan 17, 2019
@kinggoesgaming kinggoesgaming moved this from Needs triage to High priority in Pull Request Triage Jan 17, 2019
- cargo build --target wasm32-unknown-unknown --features "v3 wasm-bindgen"
- cargo build --target wasm32-unknown-unknown --features "v4 wasm-bindgen"
- cargo build --target wasm32-unknown-unknown --features "v5 wasm-bindgen"
- cargo web build --features "v3 stdweb"
Copy link
Member

Choose a reason for hiding this comment

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

Do you know what a simple cargo web build does differently than cargo build --target wasm32-unknown-unknown?

Copy link
Member Author

Choose a reason for hiding this comment

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

Apparently there are hidden switches that are flipped around with cargo-web

The build failure particularly mentioned using it and it works

Copy link
Member

@KodrAus KodrAus left a comment

Choose a reason for hiding this comment

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

Looks good to me!

0.7.x automation moved this from Needs review to Reviewer approved Jan 17, 2019
@kinggoesgaming
Copy link
Member Author

bors: r+

bors bot added a commit that referenced this pull request Jan 17, 2019
358: try to get wasm builds running r=kinggoesgaming a=kinggoesgaming

**I'm submitting a(n)** other

# Description
CI builds are failing because we are attempting to use `cargo build` for wasm builds. `cargo-web utility properly handles issues that are being caused

# Motivation
Failures while trying to pass #355 

# Tests
Current builds build in CI

# Related Issue(s)
N/A


Co-authored-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jan 17, 2019

@bors bors bot merged commit 6e556a9 into master Jan 17, 2019
0.7.x automation moved this from Reviewer approved to Done Jan 17, 2019
Pull Request Triage automation moved this from High priority to Closed Jan 17, 2019
@kinggoesgaming kinggoesgaming deleted the cargo-web branch January 18, 2019 02:28
LinusU pushed a commit to LinusU/uuid that referenced this pull request Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.7.x
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants