Skip to content

Commit

Permalink
Bump ct-ng to 1.27.0 (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis authored Feb 12, 2025
2 parents 44fe9be + e02728f commit c7dee4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .changes/1625.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "bump ct-ng to 1.27.0",
"type": "changed"
}
2 changes: 1 addition & 1 deletion docker/Dockerfile.loongarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM cross-base as build
ARG VERBOSE
COPY crosstool-ng.sh /
COPY crosstool-config/loongarch64-unknown-linux-gnu.config /
RUN /crosstool-ng.sh loongarch64-unknown-linux-gnu.config 5 ed12fa68402f58e171a6f79500f73f4781fdc9e5
RUN /crosstool-ng.sh loongarch64-unknown-linux-gnu.config 5

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

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.loongarch64-unknown-linux-musl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM cross-base as build
ARG VERBOSE
COPY crosstool-ng.sh /
COPY crosstool-config/loongarch64-unknown-linux-musl.config /
RUN /crosstool-ng.sh loongarch64-unknown-linux-musl.config 5 ed12fa68402f58e171a6f79500f73f4781fdc9e5
RUN /crosstool-ng.sh loongarch64-unknown-linux-musl.config 5

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

Expand Down
2 changes: 1 addition & 1 deletion docker/crosstool-ng.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ silence_stdout() {
main() {
local config="${1}"
local nproc="${2}"
local ctng_version=${3:-crosstool-ng-1.26.0}
local ctng_version=${3:-crosstool-ng-1.27.0}
local ctng_url="https://github.com/crosstool-ng/crosstool-ng"
local username=crosstool
local crosstooldir=/opt/crosstool
Expand Down

0 comments on commit c7dee4d

Please sign in to comment.