Skip to content

About Build and Artifacts

Guille Polito edited this page Nov 18, 2024 · 1 revision

Build and release artifacts are stored in https://files.pharo.org/vm/pharo-spur64-headless/. The file server contains old and new artifacts.

New artifacts

Since Pharo 10, we release both x86 and ARM artifacts, 32 and 64 bits. Files are stored in directories named:

[OS]-[ARCH]

For example, Linux-x86_64.

Within each of these directories, we store:

  • source: Source packages to reproduce release builds.
  • include: Source packages containing header files to build libraries linking to the VM.
  • stable[version].zip: Archive containing the stable build with a given version.
  • latest[version].zip: Archive containing the SNAPSHOT build with a given version.
  • PharoVM-[version]-[SHA]-[Platform]-[ARCH][-StackVM]-bin.zip: Archive containing the build artifact for a given version/SHA.

We store in this file server all build artifacts.

Old artifacts

Within the win, linux and osx directories we store build artifacts from old versions of Pharo.

Clone this wiki locally