appveyor .thirdparty-cache clean up

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

appveyor .thirdparty-cache clean up

Nicolas Cellier
 
It seems that the failing wget libpng16.tar.gz of last-1 build left the cache dirty
Now, the last build is failing too

cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libssh2-1.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libgit2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/SDL2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/zlib1.dll build/vm
tar x -f ../../.thirdparty-cache/libpng-1.6.28.tar.gz -C build/third-party
tar: This does not look like a tar archive
gzip: stdin: unexpected end of file

https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.573/job/wa8d7515hykeq19g

Is there a way to clean this cache and proceed?
I've found https://github.com/appveyor/ci/issues/985 but I'm not sure.
Reply | Threaded
Open this post in threaded view
|

Re: appveyor .thirdparty-cache clean up

fniephaus
 
Hi Nicolas,


Best,
Fabio


--

On Sat, Mar 18, 2017 at 5:37 PM Nicolas Cellier <[hidden email]> wrote:
 
It seems that the failing wget libpng16.tar.gz of last-1 build left the cache dirty
Now, the last build is failing too

cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libssh2-1.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libgit2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/SDL2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/zlib1.dll build/vm
tar x -f ../../.thirdparty-cache/libpng-1.6.28.tar.gz -C build/third-party
tar: This does not look like a tar archive
gzip: stdin: unexpected end of file

https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.573/job/wa8d7515hykeq19g

Is there a way to clean this cache and proceed?
I've found https://github.com/appveyor/ci/issues/985 but I'm not sure.
Reply | Threaded
Open this post in threaded view
|

Re: appveyor .thirdparty-cache clean up

Nicolas Cellier
 
Thanks Fabio, I opted for the dependency (no authentication required)

2017-03-18 18:07 GMT+01:00 Fabio Niephaus <[hidden email]>:
 
Hi Nicolas,


Best,
Fabio


--

On Sat, Mar 18, 2017 at 5:37 PM Nicolas Cellier <[hidden email]> wrote:
 
It seems that the failing wget libpng16.tar.gz of last-1 build left the cache dirty
Now, the last build is failing too

cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libssh2-1.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/libgit2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/SDL2.dll build/vm
cp -f /cygdrive/c/projects/vm/.thirdparty-cache/windows/i386/bin/zlib1.dll build/vm
tar x -f ../../.thirdparty-cache/libpng-1.6.28.tar.gz -C build/third-party
tar: This does not look like a tar archive
gzip: stdin: unexpected end of file

https://ci.appveyor.com/project/OpenSmalltalk/vm/build/1.0.573/job/wa8d7515hykeq19g

Is there a way to clean this cache and proceed?
I've found https://github.com/appveyor/ci/issues/985 but I'm not sure.