public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/microsoft/heads/main)] Fix build-gcc.sh
@ 2021-04-16 20:36 Eugene Rozenfeld
  0 siblings, 0 replies; only message in thread
From: Eugene Rozenfeld @ 2021-04-16 20:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fcbd12b0c0ef6df112048988f87d8f542211b524

commit fcbd12b0c0ef6df112048988f87d8f542211b524
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Thu Nov 5 19:07:02 2020 -0800

    Fix build-gcc.sh

Diff:
---
 .github/scripts/build-gcc.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/scripts/build-gcc.sh b/.github/scripts/build-gcc.sh
index ab793cd9677..fa65299d233 100644
--- a/.github/scripts/build-gcc.sh
+++ b/.github/scripts/build-gcc.sh
@@ -14,8 +14,6 @@ sudo update-alternatives --set cc /usr/bin/gcc
 sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30
 sudo update-alternatives --set c++ /usr/bin/g++
 
-cd gcc
-
 sudo apt install -y texinfo
 sudo apt-get install -y dejagnu
 ./contrib/download_prerequisites
@@ -23,7 +21,7 @@ sudo apt-get install -y dejagnu
 cd ..
 mkdir objdir
 cd objdir
-$PWD/../gcc/configure --prefix=$HOME/GCC --enable-languages=c,c++
+$PWD/../test-gcc/configure --prefix=$HOME/GCC --enable-languages=c,c++
 exit_code=$?
 if [ $exit_code != 0 ]; then
     exit $exit_code
@@ -43,4 +41,4 @@ if [ $exit_code != 0 ]; then
 fi
 
 make -k check -j 16
-../gcc/contrib/testsuite-management/validate_failures.py
+../test-gcc/contrib/testsuite-management/validate_failures.py


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

only message in thread, other threads:[~2021-04-16 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 20:36 [gcc(refs/vendors/microsoft/heads/main)] Fix build-gcc.sh 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).