Skip to content

Commit c7dee4d

Browse files
authored
2 parents 44fe9be + e02728f commit c7dee4d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.changes/1625.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "bump ct-ng to 1.27.0",
3+
"type": "changed"
4+
}

docker/Dockerfile.loongarch64-unknown-linux-gnu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM cross-base as build
1515
ARG VERBOSE
1616
COPY crosstool-ng.sh /
1717
COPY crosstool-config/loongarch64-unknown-linux-gnu.config /
18-
RUN /crosstool-ng.sh loongarch64-unknown-linux-gnu.config 5 ed12fa68402f58e171a6f79500f73f4781fdc9e5
18+
RUN /crosstool-ng.sh loongarch64-unknown-linux-gnu.config 5
1919

2020
ENV PATH /x-tools/loongarch64-unknown-linux-gnu/bin/:$PATH
2121

docker/Dockerfile.loongarch64-unknown-linux-musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM cross-base as build
1515
ARG VERBOSE
1616
COPY crosstool-ng.sh /
1717
COPY crosstool-config/loongarch64-unknown-linux-musl.config /
18-
RUN /crosstool-ng.sh loongarch64-unknown-linux-musl.config 5 ed12fa68402f58e171a6f79500f73f4781fdc9e5
18+
RUN /crosstool-ng.sh loongarch64-unknown-linux-musl.config 5
1919

2020
ENV PATH /x-tools/loongarch64-unknown-linux-musl/bin/:$PATH
2121

docker/crosstool-ng.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ silence_stdout() {
1717
main() {
1818
local config="${1}"
1919
local nproc="${2}"
20-
local ctng_version=${3:-crosstool-ng-1.26.0}
20+
local ctng_version=${3:-crosstool-ng-1.27.0}
2121
local ctng_url="https://github.com/crosstool-ng/crosstool-ng"
2222
local username=crosstool
2323
local crosstooldir=/opt/crosstool

0 commit comments

Comments
 (0)