Skip to content

Commit

Permalink
Update build-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Feb 4, 2021
1 parent 4473e46 commit 37be4e1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ci-self/build-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ jobs:
displayName: "Print tar help"
- bash: |
# COMPUTE THE ESY INSTALL CACHE LOCATION AHEAD OF TIME
DESIRED_LEN="86"
# Note: This will need to change when upgrading esy version
# that reenables long paths on windows.
DESIRED_LEN="85"
# Not sure why, windows is has one extra underscore. Observed at https://github.com/ManasJayanth/reason-ocaml-tls-tutorial-meet/commit/3b4a6113cc413cc5cdf0fd8a2521c4c44dd1c0e5
if [ "$AGENT_OS" == "Windows_NT" ]; then
DESIRED_LEN="33"
DESIRED_LEN="86"
fi
HOME_ESY3="$HOME/.esy/3"
HOME_ESY3_LEN=${#HOME_ESY3}
Expand Down

0 comments on commit 37be4e1

Please sign in to comment.