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

Using the cache with Pharo64-7.0 builds crashes the build #412

Open
jbrichau opened this issue Feb 6, 2019 · 1 comment
Open

Using the cache with Pharo64-7.0 builds crashes the build #412

jbrichau opened this issue Feb 6, 2019 · 1 comment

Comments

@jbrichau
Copy link
Contributor

jbrichau commented Feb 6, 2019

See https://travis-ci.org/SeasideSt/Grease/jobs/489242759
The build for Pharo64-7.0 crashes when there is already a cached download present.
So, when using this in your config:

cache:
  directories:
    - $SMALLTALK_CI_CACHE

It crashes as follows:

Downloading Pharo64-7.0 image...
Downloading the latest 70 Image:
    http://files.pharo.org/get-files/70/pharo64.zip
mv: overwrite ‘Pharo7.0-32bit-b882595.sources’? 
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
@fniephaus
Copy link
Member

I believe the problem is that smalltalkCI does not check for the files it needs for the build, it should not start downloading an image if in cache. I don't have time to maintain all of the Pharo logic in smalltalkCI, but it should be relatively easy to fix. Contributions are more than welcome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants