pharo -spur - vm source

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

pharo -spur - vm source

Nicolai Hess-3-2
for the current pharo spur vm source ?
I load the master and build a vm but it isn't a spur vm.
I only saw two other branches, legacy-cog and spur64. Where is the
source for building the current latest pharo spur vm ?

nicolai
Reply | Threaded
Open this post in threaded view
|

Re: pharo -spur - vm source

Ben Coman
On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess <[hidden email]> wrote:
> Is https://github.com/pharo-project/pharo-vm the place to look
> for the current pharo spur vm source ?
> I load the master and build a vm but it isn't a spur vm.
> I only saw two other branches, legacy-cog and spur64. Where is the
> source for building the current latest pharo spur vm ?
>
> nicolai

Wanting to do this a few weeks ago, at a guess googling "pharo-vm
jenkins" I followed the path from...
https://ci.inria.fr/pharo/view/5.0-VM-Spur/job/PharoVM-spur32/473/console

through to...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/

where currently 476 is shown to be the last green build, which indeed matches...
http://files.pharo.org/vm/pharo-spur32/linux/

so...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/476/consoleFull
shows how it is built

and...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/ws/
provides the last sources used.

I don't know how to match this back to a github commit.  It would be
nice if github was tagged (e.g. 476) for each successful build, or at
least a moving "ci" tag to show where the Jenkins is currently pulling
from - but hopefully the above is enough hint.

cheers -ben

Reply | Threaded
Open this post in threaded view
|

Re: pharo -spur - vm source

Nicolai Hess-3-2


2016-04-17 17:49 GMT+02:00 Ben Coman <[hidden email]>:
On Sun, Apr 17, 2016 at 10:56 PM, Nicolai Hess <[hidden email]> wrote:
> Is https://github.com/pharo-project/pharo-vm the place to look
> for the current pharo spur vm source ?
> I load the master and build a vm but it isn't a spur vm.
> I only saw two other branches, legacy-cog and spur64. Where is the
> source for building the current latest pharo spur vm ?
>
> nicolai

Wanting to do this a few weeks ago, at a guess googling "pharo-vm
jenkins" I followed the path from...
https://ci.inria.fr/pharo/view/5.0-VM-Spur/job/PharoVM-spur32/473/console

through to...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/

where currently 476 is shown to be the last green build, which indeed matches...
http://files.pharo.org/vm/pharo-spur32/linux/

so...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/476/consoleFull
shows how it is built

and...
https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/ws/
provides the last sources used.

I don't know how to match this back to a github commit.  It would be
nice if github was tagged (e.g. 476) for each successful build, or at
least a moving "ci" tag to show where the Jenkins is currently pulling
from - but hopefully the above is enough hint.


Thanks ben
 

cheers -ben


Reply | Threaded
Open this post in threaded view
|

Re: pharo -spur - vm source

EstebanLM
In reply to this post by Nicolai Hess-3-2

On 17 Apr 2016, at 16:56, Nicolai Hess <[hidden email]> wrote:

for the current pharo spur vm source ?

yes… in spur64 branch, I was going to merge it with “master”, but no time so far.

Esteban

I load the master and build a vm but it isn't a spur vm.
I only saw two other branches, legacy-cog and spur64. Where is the
source for building the current latest pharo spur vm ?

nicolai