зеркало из https://github.com/microsoft/LightGBM.git
[docs] update comment about preinstalled Java version for SWIG build (#4710)
This commit is contained in:
Родитель
47554c3794
Коммит
51cd8fc2e2
|
@ -36,7 +36,7 @@ if ($env:TASK -ne "bdist") {
|
|||
}
|
||||
|
||||
if ($env:TASK -eq "swig") {
|
||||
$env:JAVA_HOME = $env:JAVA_HOME_8_X64 # there is pre-installed Zulu OpenJDK-8 somewhere
|
||||
$env:JAVA_HOME = $env:JAVA_HOME_8_X64 # there is pre-installed Eclipse Temurin 8 somewhere
|
||||
$ProgressPreference = "SilentlyContinue" # progress bar bug extremely slows down download speed
|
||||
Invoke-WebRequest -Uri "https://github.com/microsoft/LightGBM/releases/download/v2.0.12/swigwin-4.0.2.zip" -OutFile $env:BUILD_SOURCESDIRECTORY/swig/swigwin.zip -UserAgent "NativeHost"
|
||||
Add-Type -AssemblyName System.IO.Compression.FileSystem
|
||||
|
|
Загрузка…
Ссылка в новой задаче