Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 1a46c9a

Browse files
authored
Removing devtoolset from commands
1 parent 0e3a086 commit 1a46c9a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/run-readme-pr-linuxaarch64.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
uname -a
2424
echo "::endgroup::"
2525
26-
echo "::group::Install newer objcopy that supports --set-section-alignment"
27-
yum install -y devtoolset-11-binutils
28-
export PATH=/opt/rh/devtoolset-11/root/usr/bin/:$PATH
29-
echo "::endgroup::"
30-
3126
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme
3227
3328
echo "::group::Completion"
@@ -67,11 +62,6 @@ jobs:
6762
uname -a
6863
echo "::endgroup::"
6964
70-
echo "::group::Install newer objcopy that supports --set-section-alignment"
71-
yum install -y devtoolset-10-binutils
72-
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
73-
echo "::endgroup::"
74-
7565
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf
7666
7767
echo "::group::Completion"
@@ -94,11 +84,6 @@ jobs:
9484
uname -a
9585
echo "::endgroup::"
9686
97-
echo "::group::Install newer objcopy that supports --set-section-alignment"
98-
yum install -y devtoolset-10-binutils
99-
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
100-
echo "::endgroup::"
101-
10287
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced
10388
10489
echo "::group::Completion"
@@ -121,11 +106,6 @@ jobs:
121106
uname -a
122107
echo "::endgroup::"
123108
124-
echo "::group::Install newer objcopy that supports --set-section-alignment"
125-
yum install -y devtoolset-10-binutils
126-
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
127-
echo "::endgroup::"
128-
129109
TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs evaluation
130110
131111
echo "::group::Completion"

0 commit comments

Comments
 (0)