Skip to content

Commit 519ba61

Browse files
Cleanup
1 parent 8843da8 commit 519ba61

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

vinca/azure_templates/win_preconfig.bat

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
set "CI=azure"
22
call activate base
33

4-
:: 2 cores available on Appveyor workers: https://www.appveyor.com/docs/build-environment/#build-vm-configurations
4+
:: 4 cores available on GHA: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
55
:: CPU_COUNT is passed through conda build: https://github.com/conda/conda-build/pull/1149
6-
set CPU_COUNT=2
6+
set CPU_COUNT=4
77

88
set PYTHONUNBUFFERED=1
99

@@ -18,21 +18,6 @@ if "%CONDA_BLD_PATH%" == "" (
1818
set "CONDA_BLD_PATH=C:\\bld\\"
1919
)
2020

21-
:: Remove some directories from PATH
22-
set "PATH=%PATH:C:\\ProgramData\\Chocolatey\\bin;=%"
23-
set "PATH=%PATH:C:\\Program Files (x86)\\sbt\\bin;=%"
24-
set "PATH=%PATH:C:\\Rust\\.cargo\\bin;=%"
25-
set "PATH=%PATH:C:\\Program Files\\Git\\usr\\bin;=%"
26-
set "PATH=%PATH:C:\\Program Files\\Git\\cmd;=%"
27-
set "PATH=%PATH:C:\\Program Files\\Git\\mingw64\\bin;=%"
28-
set "PATH=%PATH:C:\\Program Files (x86)\\Subversion\\bin;=%"
29-
set "PATH=%PATH:C:\\Program Files\\CMake\\bin;=%"
30-
set "PATH=%PATH:C:\\Program Files\\OpenSSL\\bin;=%"
31-
set "PATH=%PATH:C:\\Strawberry\\c\\bin;=%"
32-
set "PATH=%PATH:C:\\Strawberry\\perl\\bin;=%"
33-
set "PATH=%PATH:C:\\Strawberry\\perl\\site\\bin;=%"
34-
set "PATH=%PATH:c:\\tools\\php;=%"
35-
3621
:: On azure, there are libcrypto*.dll & libssl*.dll under
3722
:: C:\\Windows\\System32, which should not be there (no vendor dlls in windows folder).
3823
:: They would be found before the openssl libs of the conda environment, so we delete them.

0 commit comments

Comments
 (0)