Skip to content

Commit 427a19b

Browse files
authored
Remove cargo config also in .zshenv (#14267)
1 parent 1f930cd commit 427a19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ RUN --mount=type=cache,target=/root/.cache/pip curl --proto '=https' --tlsv1.2 -
295295
&& ulimit -n 65536 && maturin build --release --features vendored-openssl --out dist \
296296
&& python3 -m pip install --force-reinstall dist/*.whl \
297297
&& rm -rf /root/.cargo /root/.rustup target dist ~/.cargo \
298-
&& sed -i '/\.cargo\/env/d' /root/.profile /root/.bashrc 2>/dev/null || true
298+
&& sed -i '/\.cargo\/env/d' /root/.profile /root/.bashrc /root/.zshenv 2>/dev/null || true
299299

300300

301301
# Add yank script

0 commit comments

Comments
 (0)