Skip to content

Commit

Permalink
Changed gcc version from 8 to 9 (#947)
Browse files Browse the repository at this point in the history
* Changed gcc version from 8 to 9

* Updated the faketime wrappers
  • Loading branch information
mxaddict committed Jul 3, 2022
1 parent 882877b commit 3028bb6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions contrib/gitian-descriptors/gitian-linux.yml
Expand Up @@ -21,14 +21,14 @@ packages:
- "cmake"
- "curl"
- "faketime"
- "g++-8-aarch64-linux-gnu"
- "g++-8-arm-linux-gnueabihf"
- "g++-8-multilib"
- "g++-9-aarch64-linux-gnu"
- "g++-9-arm-linux-gnueabihf"
- "g++-9-multilib"
- "g++-aarch64-linux-gnu"
- "g++-arm-linux-gnueabihf"
- "gcc-8-aarch64-linux-gnu"
- "gcc-8-arm-linux-gnueabihf"
- "gcc-8-multilib"
- "gcc-9-aarch64-linux-gnu"
- "gcc-9-arm-linux-gnueabihf"
- "gcc-9-multilib"
- "git"
- "libtool"
- "pkg-config"
Expand Down Expand Up @@ -83,7 +83,7 @@ script: |
if which ${i}-${prog}-8
then
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${i}-${prog}
echo "REAL=\`which -a ${i}-${prog}-8 | grep -v ${WRAP_DIR}/${i}-${prog} | head -1\`" >> ${WRAP_DIR}/${i}-${prog}
echo "REAL=\`which -a ${i}-${prog}-9 | grep -v ${WRAP_DIR}/${i}-${prog} | head -1\`" >> ${WRAP_DIR}/${i}-${prog}
echo "export LD_PRELOAD='/usr/\$LIB/faketime/libfaketime.so.1'" >> ${WRAP_DIR}/${i}-${prog}
echo "export FAKETIME=\"$1\"" >> ${WRAP_DIR}/${i}-${prog}
echo "\$REAL \"\$@\"" >> $WRAP_DIR/${i}-${prog}
Expand Down

0 comments on commit 3028bb6

Please sign in to comment.