File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/azurelinux/3.0/net10.0/cross/loongarch64 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN rm -rf /scripts && git clone https://github.com/dotnet/arcade --single-branc
99RUN rootfsEnv="/usr/local/share/rootfs" && \
1010 python3 -m venv "$rootfsEnv" && \
1111 "$rootfsEnv/bin/python" -m pip install aiohttp zstandard && \
12- PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation /scripts
12+ PYTHON_EXECUTABLE="$rootfsEnv/bin/python" /scripts/eng/common/cross/build-rootfs.sh loongarch64 sid --skipunmount --skipemulation
1313
1414RUN TARGET_TRIPLE="loongarch64-linux-gnu" && \
1515 CLANG_MAJOR_VERSION=$(clang --version | grep -oP "(?<=version )\d +" ) && \
You can’t perform that action at this time.
0 commit comments