about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Cacheux <paul.cacheux@datadoghq.com>2022-10-15 14:40:01 +0200
committerPaul Cacheux <paul.cacheux@datadoghq.com>2022-10-15 14:40:01 +0200
commitcd01e8db68ece972255b8ca283672de8510e5570 (patch)
tree20b01cd361748ca570335c252cf9ce1c9bec88f7
parent12bfb01b91d94d51a92b49049cb8edc28f2818fd (diff)
downloadrust-cd01e8db68ece972255b8ca283672de8510e5570.tar.gz
rust-cd01e8db68ece972255b8ca283672de8510e5570.zip
remove cargo cache fixups
-rw-r--r--.github/workflows/ci.yml5
-rw-r--r--.github/workflows/release.yml5
2 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 147b00ff72f..a75a770550c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -71,11 +71,6 @@ jobs:
     - name: Set RUST_COMPILER_RT_ROOT
       run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
 
-    # https://github.com/actions/cache/issues/133
-    - name: Fixup owner of ~/.cargo/
-      # Don't remove the trailing /. It is necessary to follow the symlink.
-      run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
-
     - name: Cache cargo installed crates
       uses: actions/cache@v3
       with:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 0d9b93b5322..dd24db5e707 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -58,11 +58,6 @@ jobs:
     - name: Set RUST_COMPILER_RT_ROOT
       run: echo "RUST_COMPILER_RT_ROOT="${{ env.workspace }}/llvm/compiler-rt >> $GITHUB_ENV
 
-    # https://github.com/actions/cache/issues/133
-    - name: Fixup owner of ~/.cargo/
-      # Don't remove the trailing /. It is necessary to follow the symlink.
-      run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
-
     - name: Cache cargo installed crates
       uses: actions/cache@v3
       with: