File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ install:
29
29
# If there is a newer build queued for the same PR, cancel this one.
30
30
- cmd : |
31
31
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/conda-forge/conda-forge-ci-setup-feedstock/master/recipe/conda_forge_ci_setup/ff_ci_pr_build.py', 'ff_ci_pr_build.py')"
32
- ff_ci_pr_build -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
32
+ "%CONDA_INSTALL_LOCN%\python.exe" ff_ci_pr_build.py -v --ci "appveyor" "%APPVEYOR_ACCOUNT_NAME%/%APPVEYOR_PROJECT_SLUG%" "%APPVEYOR_BUILD_NUMBER%" "%APPVEYOR_PULL_REQUEST_NUMBER%"
33
33
del ff_ci_pr_build.py
34
34
35
35
# Cygwin's git breaks conda-build. (See https://github.com/conda-forge/conda-smithy-feedstock/pull/2.)
Original file line number Diff line number Diff line change 81
81
displayName: conda-forge build setup
82
82
83
83
84
+ - script : |
85
+ rmdir C:\strawberry /s /q
86
+ continueOnError: true
87
+ displayName: remove strawberryperl
88
+
84
89
# Special cased version setting some more things!
85
90
- script : |
86
91
conda.exe build recipe -m .ci_support\%CONFIG%.yaml
Original file line number Diff line number Diff line change 1
1
{% set name = "snowflake-connector-python" %}
2
- {% set version = "1.7.3 " %}
2
+ {% set version = "1.7.6 " %}
3
3
4
4
package :
5
5
name : {{ name|lower }}
6
6
version : {{ version }}
7
7
8
8
source :
9
9
url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10
- sha256 : ad0ca724c6f9769e0df7bb602dbeafc9fd8150bb627d41c62f4a0d4195f01df1
10
+ sha256 : 78f2522ec8e0100409a0422ed006cc5273908424d6e6411bca9969e397a3e710
11
11
12
12
build :
13
- number : 1000
13
+ number : 0
14
14
script : " {{ PYTHON }} -m pip install . --no-deps -vvv"
15
15
entry_points :
16
16
- snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
You can’t perform that action at this time.
0 commit comments