Skip to content

Commit 975d57c

Browse files
authored
SNOW-2483517 avoid test build recipe issue with recently available GCC 15.x.x (snowflakedb#2644)
1 parent 9c132c2 commit 975d57c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/anaconda/recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ requirements:
2626
build:
2727
- {{ compiler("c") }}
2828
- {{ compiler("cxx") }}
29-
- libgcc-ng
30-
- libstdcxx-ng
29+
- libgcc-ng <15.0.0
30+
- libstdcxx-ng <15.0.0
3131
- patch # [not win]
3232
host:
3333
- setuptools >=40.6.0

0 commit comments

Comments
 (0)