Passed: OpenSmalltalk/opensmalltalk-vm#1904 (dtl/build-script-patch - afbf9e0)

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

Passed: OpenSmalltalk/opensmalltalk-vm#1904 (dtl/build-script-patch - afbf9e0)

Travis CI
 

OpenSmalltalk

/

opensmalltalk-vm

branch icondtl/build-script-patch

arrow to build time
clock icon1 hr, 58 mins, and 24 secs

David T. Lewis avatarDavid T. Lewis

Fix image MC loading glitch in image build scripts when checking package-cache.

MCRepository>>includesVersionNamed: does not check explicit version name,
so this may do the wrong thing when checking the cache:
version := ((MCCacheRepository default includesVersionNamed: latestVersion)
ifTrue: [MCCacheRepository default]
ifFalse: [repository]) versionNamed: latestVersion.

Therefore do this instead:
version := (MCCacheRepository default versionNamed: latestVersion)
ifNil: [repository versionNamed: latestVersion].

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!

SIGN UP HERE
book icon

Documentation about Travis CI

<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EmailMessage", "action": { "@type": "ViewAction", "url": "https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/632789536?utm_medium=notification&amp;utm_source=email", "name": "View Build" }, "description": "View Build #1904 on Travis CI" } </script>