Fix caching by making a fake dir ThirdParty/gyp.

This commit is contained in:
John Preston 2021-09-22 12:42:46 +04:00
parent a4b5b6e370
commit eaa4c5e5b1

View file

@ -396,6 +396,7 @@ depends:patches/gyp.diff
git apply $LIBS_DIR/patches/gyp.diff
mac:
python3 -m pip install git+https://github.com/nodejs/gyp-next@v0.10.0
mkdir gyp
""", 'ThirdParty')
stage('yasm', """