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

Fix Travis builds #1459

Merged
merged 5 commits into from
Jul 30, 2020
Merged

Fix Travis builds #1459

merged 5 commits into from
Jul 30, 2020

Conversation

siku2
Copy link
Member

@siku2 siku2 commented Jul 29, 2020

Description

wasm-pack can automatically download the latest Geckodriver so we don't need to do it manually. I forgot to include this in #1415 but now is a good time to do it because it should fix the builds.

See Also: rustwasm/wasm-bindgen#2261.

@siku2
Copy link
Member Author

siku2 commented Jul 29, 2020

Well... That didn't seem to help either.

@siku2 siku2 marked this pull request as draft July 29, 2020 19:34
siku2 added 3 commits July 29, 2020 21:41
turns out wasm-pack doesn't actually install the latest version.
It has version 0.26 hardcoded
@siku2 siku2 marked this pull request as ready for review July 30, 2020 14:17
@siku2
Copy link
Member Author

siku2 commented Jul 30, 2020

Turns out my initial assumptions were completely off:

  • The previous Geckodriver installation method didn't add it to the PATH so wasm-pack completely ignored it
  • wasm-pack isn't hard-coded to 0.26. It does install the latest version.
  • I have version 0.26 installed locally but I was so sure that I upgraded to 0.27 that I never bothered to check

TL;DR: Geckodriver version 0.27 currently doesn't seem to get along with wasm-bindgen.

@siku2 siku2 merged commit 2d77931 into yewstack:master Jul 30, 2020
@siku2 siku2 deleted the fix-travis branch July 30, 2020 14:24
jstarry pushed a commit that referenced this pull request Aug 16, 2020
* remove manual geckodriver download

* remove env variable

* maybe 0.27 is broken?
teymour-aldridge pushed a commit to teymour-aldridge/yew that referenced this pull request Sep 1, 2020
* remove manual geckodriver download

* remove env variable

* maybe 0.27 is broken?
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.

1 participant