Skip to content

Commit 5ae577d

Browse files
committed
esp/ci: stick to binutils 2.35
1 parent f7503c0 commit 5ae577d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ variables:
1616
GCC_REL_NAME: "esp-2022r1"
1717
GCC_REL_VER: "gcc11_2_0"
1818
NEWLIB_REF: "esp-4.1.0_20230425"
19+
# TODO: LLVM-248. Upgrade binutils above 2.36 when Clang will be upgraded to >=17.x
20+
# which supports 'zicsr' or 'zifencei' RISCV extensions via '-march='
21+
# https://www.spinics.net/lists/stable/msg645015.html
1922
BINUTILS_REF: "esp-2022r1-binutils"
2023
XTENSA_OVERLAYS_REF: "master"
2124
LLVM_GCC_TESTSUITE_REF: "esp-16.0.0-20230425"

0 commit comments

Comments
 (0)