Skip to content

Commit

Permalink
[DEBUG] Retriggering debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Dec 5, 2021
1 parent c883af2 commit 732a9ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-scripts/CI/CIBB_32b
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fi
if [ ! -d "glibc-$GLIBC_VERSION" ]; then
# Download patched Glibc 2.31 if GCC 10 series are being built
if [[ "$GCC_VERSION" =~ ^10.* ]] && [ "$GLIBC_VERSION" = "2.31" ]; then
echo "Downloading patched Glibc!"
echo "Downloading patched Glibc v2.31!"
git clone https://sourceware.org/git/glibc.git --branch release/2.31/master
mv glibc glibc-$GLIBC_VERSION
else
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/CI/CIBB_64b
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fi
if [ ! -d "glibc-$GLIBC_VERSION" ]; then
# Download patched Glibc 2.31 if GCC 10 series are being built
if [[ "$GCC_VERSION" =~ ^10.* ]] && [ "$GLIBC_VERSION" = "2.31" ]; then
echo "Downloading patched Glibc!"
echo "Downloading patched Glibc v2.31!"
git clone https://sourceware.org/git/glibc.git --branch release/2.31/master
mv glibc glibc-$GLIBC_VERSION
else
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/RTBuilder_32b
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fi
if [ ! -d "glibc-$GLIBC_VERSION" ]; then
# Download patched Glibc 2.31 if GCC 10 series are being built
if [[ "$GCCBASE_VERSION" =~ ^10.* ]] && [ "$GLIBC_VERSION" = "2.31" ]; then
echo "Downloading patched Glibc!"
echo "Downloading patched Glibc v2.31!"
git clone https://sourceware.org/git/glibc.git --branch release/2.31/master
mv glibc glibc-$GLIBC_VERSION
else
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/RTBuilder_64b
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fi
if [ ! -d "glibc-$GLIBC_VERSION" ]; then
# Download patched Glibc 2.31 if GCC 10 series are being built
if [[ "$GCCBASE_VERSION" =~ ^10.* ]] && [ "$GLIBC_VERSION" = "2.31" ]; then
echo "Downloading patched Glibc!"
echo "Downloading patched Glibc v2.31!"
git clone https://sourceware.org/git/glibc.git --branch release/2.31/master
mv glibc glibc-$GLIBC_VERSION
else
Expand Down

0 comments on commit 732a9ed

Please sign in to comment.