From 59087d290f081303a92940f137777bb922bf662f Mon Sep 17 00:00:00 2001 From: Deepak Majeti Date: Wed, 17 Jul 2024 11:11:01 -0700 Subject: [PATCH] Fix Linux CI workflow by removing temporary Minio rename (#10488) Summary: This fixes the broken Linux CI workflow. Resolves https://github.com/facebookincubator/velox/issues/10489 Pull Request resolved: https://github.com/facebookincubator/velox/pull/10488 Reviewed By: kgpai Differential Revision: D59866205 Pulled By: pedroerp fbshipit-source-id: ac1e468ca8f3355e0aec7e142e55e7271ed82d87 --- .github/workflows/linux-build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 12e8f881a85c..ca62f2401192 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -111,10 +111,6 @@ jobs: ) make release EXTRA_CMAKE_FLAGS="${EXTRA_CMAKE_FLAGS[*]}" - #Temporarily rename Minio binary to include version until CI image is updated with the same. - - name: Rename Minio - run: [ -f /usr/local/bin/minio ] && mv /usr/local/bin/minio /usr/local/bin/minio-2022-05-26 - - name: Ccache after run: ccache -s