Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Changing the version of the VM
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Apr 30, 2020
1 parent ac6efaf commit b253db7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
9 changes: 5 additions & 4 deletions linux.cmake
@@ -1,7 +1,8 @@
set(BASE_URL "https://ci.inria.fr/pharo-ci-jenkins2/job/pharo-vm/job/idle/19/artifact/build/build/packages/PharoVM-8.3.0-e0f470c-linux64")
set(VM_URL "${BASE_URL}-bin.zip")
set(HEADER_URL "${BASE_URL}-include.zip")

set(BASE_URL "http://files.pharo.org/vm/pharo-spur64-headless/linux")
set(URL_NAME "PharoVM-8.4.0-fecd981-linux64")
set(VM_URL "${BASE_URL}/${URL_NAME}-bin.zip")
set(HEADER_URL "${BASE_URL}/include/${URL_NAME}-include.zip")

set(LIBFFI_TARGET "x86_64-pc-linux-gnu")

set(LIBFFI_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/build/bin/libffi.so" "${CMAKE_CURRENT_BINARY_DIR}/build/bin/libffi.7.so")
Expand Down
7 changes: 4 additions & 3 deletions osx.cmake
@@ -1,6 +1,7 @@
set(BASE_URL "https://ci.inria.fr/pharo-ci-jenkins2/job/pharo-vm/job/idle/19/artifact/build/build/packages/PharoVM-8.3.0-e0f470c-mac64")
set(VM_URL "${BASE_URL}-bin.zip")
set(HEADER_URL "${BASE_URL}-include.zip")
set(BASE_URL "http://files.pharo.org/vm/pharo-spur64-headless/mac")
set(URL_NAME "PharoVM-8.4.0-fecd981-mac64")
set(VM_URL "${BASE_URL}/${URL_NAME}-bin.zip")
set(HEADER_URL "${BASE_URL}/include/${URL_NAME}-include.zip")

set(LIBFFI_TARGET "x86_64-apple-darwin")

Expand Down
7 changes: 4 additions & 3 deletions win.cmake
@@ -1,6 +1,7 @@
set(BASE_URL "https://ci.inria.fr/pharo-ci-jenkins2/job/pharo-vm/job/idle/19/artifact/build/build/packages/PharoVM-8.3.0-e0f470ca-win64")
set(VM_URL "${BASE_URL}-bin.zip")
set(HEADER_URL "${BASE_URL}-include.zip")
set(BASE_URL "http://files.pharo.org/vm/pharo-spur64-headless/win")
set(URL_NAME "PharoVM-8.4.0-fecd9814-win64")
set(VM_URL "${BASE_URL}/${URL_NAME}-bin.zip")
set(HEADER_URL "${BASE_URL}/include/${URL_NAME}-include.zip")

set(LIBFFI_TARGET "x86_64-unknown-cygwin")

Expand Down

0 comments on commit b253db7

Please sign in to comment.