Skip to content

Commit

Permalink
remove perl from path on appveyor
Browse files Browse the repository at this point in the history
(cherry picked from commit 28cf580)

[av skip]
  • Loading branch information
tkelman committed Feb 6, 2015
1 parent efea93e commit 2cac32b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ build_script:
# Remove C:\MinGW\bin from the path, the version of MinGW installed on
# AppVeyor is not compatible with the cross-compiled Julia Windows binaries
- set PATH=%PATH:C:\MinGW\bin;=%
# Remove C:\Perl\bin from the path, otherwise it breaks shasum with an error
# Unable to find Digest::SHA or Digest::SHA::PurePerl
- set PATH=%PATH:C:\Perl\bin;=%
# - '"%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64'
# Since the AppVeyor VMs have Git installed, they have MSYS1
- sh --login /c/projects/julia/contrib/windows/msys_build.sh
Expand Down

0 comments on commit 2cac32b

Please sign in to comment.