From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 835053858D3C; Sat, 30 Jul 2022 00:30:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 835053858D3C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/vendors/microsoft/heads/releases/gcc-11)] Fix gcc 11 version, remove version hard-coding. X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/vendors/microsoft/heads/releases/gcc-11 X-Git-Oldrev: ab70439c6f116d070992a3015ad590138e371a62 X-Git-Newrev: 1b39a04fd867bcd09e51ee27d64c3cf79458eb36 Message-Id: <20220730003040.835053858D3C@sourceware.org> Date: Sat, 30 Jul 2022 00:30:40 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2022 00:30:40 -0000 https://gcc.gnu.org/g:1b39a04fd867bcd09e51ee27d64c3cf79458eb36 commit 1b39a04fd867bcd09e51ee27d64c3cf79458eb36 Author: Eugene Rozenfeld Date: Fri Jul 29 16:07:03 2022 -0700 Fix gcc 11 version, remove version hard-coding. Diff: --- .github/Mariner/specs/{11.2.1 => 11.2.0}/gcc.specs | 2 +- .github/actions/build-tarball/action.yaml | 2 +- .github/workflows/package-rpm.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/Mariner/specs/11.2.1/gcc.specs b/.github/Mariner/specs/11.2.0/gcc.specs similarity index 99% rename from .github/Mariner/specs/11.2.1/gcc.specs rename to .github/Mariner/specs/11.2.0/gcc.specs index bd6e8a346bb..109220504ba 100644 --- a/.github/Mariner/specs/11.2.1/gcc.specs +++ b/.github/Mariner/specs/11.2.0/gcc.specs @@ -2,7 +2,7 @@ %define _use_internal_dependency_generator 0 Summary: Contains the GNU compiler collection Name: gcc -Version: 11.2.1 +Version: 11.2.0 Release: 2%{?dist} License: GPLv2+ Vendor: Microsoft Corporation diff --git a/.github/actions/build-tarball/action.yaml b/.github/actions/build-tarball/action.yaml index 3949c37b7f7..a86cba8dc94 100644 --- a/.github/actions/build-tarball/action.yaml +++ b/.github/actions/build-tarball/action.yaml @@ -34,7 +34,7 @@ runs: run: echo "branch_name=${{ github.head_ref || github.ref_name }}" >> $GITHUB_ENV # This step will set an environment variable for release name. - # e.g. release_version=11.2.1 + # e.g. release_version=11.2.0 - name: Set Environment Variable For Release Version shell: bash working-directory: ./gcc diff --git a/.github/workflows/package-rpm.yaml b/.github/workflows/package-rpm.yaml index 1e667eb4b2c..d456849e63a 100644 --- a/.github/workflows/package-rpm.yaml +++ b/.github/workflows/package-rpm.yaml @@ -82,7 +82,7 @@ jobs: # The flags are bare minimum, and we are forcing rpmbuild to build everything. - name: Build RPM working-directory: ./gcc - run: rpmbuild -bb --rebuild --clean --verbose --nocheck .github/Mariner/specs/11.2.1/gcc.specs + run: rpmbuild -bb --rebuild --clean --verbose --nocheck .github/Mariner/specs/${{ env.release_version }}/gcc.specs shell: bash # Upload gcc-${{ env.release_version }}-rpms folder to the Github Action artifact storage.