Skip to content

Commit

Permalink
Bump ct-ng to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Feb 12, 2025
1 parent 107433f commit b36d55c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 b36d55c

Please sign in to comment.