File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ c_compiler_version :
2+ - 11.2.0
3+ cxx_compiler_version :
4+ - 11.2.0
Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ build:
2121 - snowflake-dump-ocsp-response = snowflake.connector.tool.dump_ocsp_response:main
2222 - snowflake-dump-ocsp-response-cache = snowflake.connector.tool.dump_ocsp_response_cache:main
2323 - snowflake-dump-certs = snowflake.connector.tool.dump_certs:main
24-
24+ ignore_run_exports : # [linux]
25+ - libgcc # [linux]
26+ - libstdcxx # [linux]
2527requirements :
2628 build :
2729 - {{ compiler("c") }}
2830 - {{ compiler("cxx") }}
29- - libgcc-ng <15.0.0
30- - libstdcxx-ng <15.0.0
31+ - libgcc-ng {{ c_compiler_version }}
32+ - libstdcxx-ng {{ cxx_compiler_version }}
3133 - patch # [not win]
3234 host :
3335 - setuptools >=40.6.0
You can’t perform that action at this time.
0 commit comments