Skip to content

Commit 7d4b16a

Browse files
authored
Update Dockerfile
1 parent 3d28c39 commit 7d4b16a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rtems-6/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ run mkdir -p ${HOME}/rtems-6 \
2727
&& cd ${HOME} \
2828
&& git clone -b 6 https://gitlab.rtems.org/rtems/tools/rtems-source-builder.git \
2929
&& cd rtems-source-builder/rtems \
30+
# Fix: https://github.com/arielswalker/containers/actions/runs/14314544372/attempts/1
31+
# error: downloading https://gcc.gnu.org/pub/gcc/infrastructure/isl-0.24.tar.bz2: all paths have failed, giving up
32+
&& curl -O https://libisl.sourceforge.io/isl-0.24.tar.bz2 \
3033
&& ../source-builder/sb-set-builder --prefix=$HOME/rtems-6 6/rtems-i386
3134

3235
# clone RTEMS source tree

0 commit comments

Comments
 (0)