Skip to content

Commit f3f8b97

Browse files
sfc-gh-zyaosfc-gh-fpawlowski
authored andcommitted
SNOW-2483517 Further improve test build recipe to isolate impact from Jenkins env changes (#2646)
(cherry picked from commit 271e6ca)
1 parent 22658f9 commit f3f8b97

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
c_compiler_version:
2+
- 11.2.0
3+
cxx_compiler_version:
4+
- 11.2.0

ci/anaconda/recipe/meta.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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]
2527
requirements:
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

0 commit comments

Comments
 (0)