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

Fixup tests on mac including asset symlinks support #314

Merged
merged 1 commit into from
Mar 18, 2019
Merged

Conversation

guybedford
Copy link
Contributor

This updates the webpack-asset-relocator-loader to support the tfjs-node build that was failing on MacOS.

The failure was due to shared libraries with .so extensions not begin emitted on mac, and also due to not having support for symlinked assets, as the pathing of the shared library relies on symlinks. Both of these are fixed in the latest webpack-asset-relocator-loader release at vercel/webpack-asset-relocator-loader@23b0dbf.

@guybedford guybedford requested a review from styfle as a code owner March 17, 2019 19:20
@codecov-io
Copy link

Codecov Report

Merging #314 into master will increase coverage by 0.33%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #314      +/-   ##
==========================================
+ Coverage   68.37%   68.71%   +0.33%     
==========================================
  Files          12       12              
  Lines         370      374       +4     
==========================================
+ Hits          253      257       +4     
  Misses        117      117
Impacted Files Coverage Δ
src/cli.js 62.87% <100%> (+0.67%) ⬆️
src/index.js 69.73% <100%> (+0.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc00462...78201dd. Read the comment docs.

src/index.js Show resolved Hide resolved
Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

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

Works on my mac, thanks! 💯

@styfle styfle merged commit 2e5000f into master Mar 18, 2019
@styfle styfle deleted the asset-symlinks branch March 18, 2019 00:57
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.

3 participants