Skip to content

Commit 301eebd

Browse files
committed
wip
1 parent fbcabc7 commit 301eebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/utils_build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ __conda_install_gcc () {
132132
# https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#manual.intro.status.iso
133133
#
134134
# shellcheck disable=SC2155
135-
local gcc_version="${GCC_VERSION:-14.3.0}"
135+
local gcc_version="${GCC_VERSION:-11.4.0}"
136136

137137
echo "[INSTALL] Installing GCC (${gcc_version}, ${COMPILER_ARCHNAME}) through Conda ..."
138138
# shellcheck disable=SC2086

.github/workflows/fbgemm_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
compiler: [
4949
# NOTE: GCC 9 is still used when building FBGEMM as part of PyTorch
5050
{ name: gcc, version: 9.5.0 },
51-
{ name: gcc, version: 14.1.0 },
51+
{ name: gcc, version: 14.3.0 },
5252
{ name: clang, version: 16.0.6 }
5353
]
5454
exclude:

0 commit comments

Comments
 (0)