From 783950f137ec7643c23977711b387ca61984f910 Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Fri, 12 Jan 2024 10:37:36 -0500 Subject: [PATCH] Remove OneBranch flag from Perf builds --- .github/workflows/build-reuse-unix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-reuse-unix.yml b/.github/workflows/build-reuse-unix.yml index 5046992f24..0706619d39 100644 --- a/.github/workflows/build-reuse-unix.yml +++ b/.github/workflows/build-reuse-unix.yml @@ -103,7 +103,7 @@ jobs: - name: Build For Perf if: inputs.build == '-Perf' shell: pwsh - run: scripts/build.ps1 -Config ${{ inputs.config }} -Platform ${{ inputs.plat }} -Arch ${{ inputs.arch }} -Tls ${{ inputs.tls }} -DisableTools -DisableTest ${{ inputs.static }} ${{ inputs.clang }} ${{ inputs.systemcrypto }} ${{ inputs.codecheck }} ${{ inputs.sanitize }} -OneBranch + run: scripts/build.ps1 -Config ${{ inputs.config }} -Platform ${{ inputs.plat }} -Arch ${{ inputs.arch }} -Tls ${{ inputs.tls }} -DisableTools -DisableTest ${{ inputs.static }} ${{ inputs.clang }} ${{ inputs.systemcrypto }} ${{ inputs.codecheck }} ${{ inputs.sanitize }} - name: Build if: inputs.build == '' shell: pwsh