public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/microsoft/heads/releases/gcc-11)] Fix gcc 11 version, remove version hard-coding.
@ 2022-07-30  0:30 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2022-07-30  0:30 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1b39a04fd867bcd09e51ee27d64c3cf79458eb36

commit 1b39a04fd867bcd09e51ee27d64c3cf79458eb36
Author: Eugene Rozenfeld <erozen@microsoft.com>
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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-07-30  0:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-30  0:30 [gcc(refs/vendors/microsoft/heads/releases/gcc-11)] Fix gcc 11 version, remove version hard-coding Eugene Rozenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).