1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

Fix travis node_modules symlink problem by force.

This commit is contained in:
Ryan Dahl 2018-06-22 18:03:25 +02:00
parent bd4693471f
commit 6f51c1774d

View file

@ -35,6 +35,8 @@ install:
- export PATH=`pwd`/third_party/llvm-build/Release+Asserts/bin:$PATH - export PATH=`pwd`/third_party/llvm-build/Release+Asserts/bin:$PATH
- export CCACHE_CPP2=yes - export CCACHE_CPP2=yes
- export CCACHE_SLOPPINESS=time_macros - export CCACHE_SLOPPINESS=time_macros
# Re-symlink node_modules.
- rm -f $BUILD_PATH/node_modules
# In case gn gen args change, delete args.gn to avoid using cached values. # In case gn gen args change, delete args.gn to avoid using cached values.
- rm -f $BUILD_PATH/args.gn - rm -f $BUILD_PATH/args.gn
# is_debug, use_allocator, and ccache are used to speed travis. # is_debug, use_allocator, and ccache are used to speed travis.