Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Jan 5, 2025
1 parent 366036b commit a61bdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/net10.0/cross/loongarch64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm -rf /scripts && git clone https://github.com/dotnet/arcade --single-branc
RUN rootfsEnv="/usr/local/share/rootfs" && \
python3 -m venv "$rootfsEnv" && \
"$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \
PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation /scripts
PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation

RUN TARGET_TRIPLE="loongarch64-linux-gnu" && \
CLANG_MAJOR_VERSION=$(clang --version | grep -oP "(?<=version )\d+") && \
Expand Down

0 comments on commit a61bdf2

Please sign in to comment.