Changeset 24281


Ignore:
Timestamp:
10/25/19 20:43:10 (5 years ago)
Author:
jdquinn
Message:

CHG: Trying again to use latest version of Emscripten now that jenkins.sh has been modified (works locally, and appears to work manually by building on master node)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/emscripten/install.sh

    r24266 r24281  
    2020# Make the "latest" SDK "active" for the current user. (writes ~/.emscripten file)
    2121# NOTE: See revision history for version that we used to hard code in.
    22 ./emsdk install sdk-tag-1.34.12-64bit
    23 ./emsdk activate sdk-tag-1.34.12-64bit
     22./emsdk install latest
     23./emsdk activate latest
    2424
    2525# Activate PATH and other environment variables in the current terminal
Note: See TracChangeset for help on using the changeset viewer.