Skip to content
Snippets Groups Projects

fix: explicitly install cpp in base (reqd for debian testing)

Merged Wouter Deconinck requested to merge cpp into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -101,7 +101,7 @@ else
@@ -101,7 +101,7 @@ else
fi
fi
# Install packages
# Install packages
apt-get -yqq update
apt-get -yqq update
apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install cpp${GCC} gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} libclang${CLANG}-dev
apt-get -yqq install clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} libclang${CLANG}-dev
apt-get -yqq autoremove
apt-get -yqq autoremove
# Ensure alternatives without version tags
# Ensure alternatives without version tags
Loading