Skip to content

Commit

Permalink
Bump ct-ng version
Browse files Browse the repository at this point in the history
The recent arm-unknown config depends on more recent change.

refs compiler-explorer/compiler-explorer#5554

Signed-off-by: Marc Poulhiès <[email protected]>
  • Loading branch information
dkm committed Oct 9, 2023
1 parent 9fbf60f commit ea9c4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ COPY build/patches/crosstool-ng/ld_library_path.patch ./

## TAG is pointing to a specific ct-ng revision (usually the current dev one
## when updating this script or ct-ng)
RUN TAG=c116c9a2cdbff69758142b395fe727c2398ac80e && \
RUN TAG=cf6b1740a14634406bb3426309dd92af8faa06fb && \
curl -sL https://github.com/crosstool-ng/crosstool-ng/archive/${TAG}.zip --output crosstool-ng-master.zip && \
unzip crosstool-ng-master.zip && \
cd crosstool-ng-${TAG} && \
Expand Down

0 comments on commit ea9c4b6

Please sign in to comment.