Skip to content

Commit

Permalink
Removed lines 682-683
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam <shivambharadwaj822@gmail.com>
  • Loading branch information
Bharadwajshivam28 committed Feb 8, 2024
1 parent 1a8055d commit 618af06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,6 @@ func Install() {
// Removing the file first clears the cache so that we don't run into "zsh: killed MIXIN..."
// See https://stackoverflow.com/questions/67378106/mac-m1-cping-binary-over-another-results-in-crash
// See https://openradar.appspot.com/FB8914231
//mgx.Must(os.Remove(filepath.Join(destDir, mixin+xplat.FileExt())))
//mgx.Must(os.RemoveAll(filepath.Join(destDir, "runtimes")))

// Copy the mixin client binary
mgx.Must(shx.Copy(filepath.Join(srcDir, mixin+xplat.FileExt()), destDir))
Expand Down

0 comments on commit 618af06

Please sign in to comment.