Use corrent DEB packages

Need gcc, g++, gfortran for R <= 4.2.x, and
gcc-8, g++-8, gofrtran-8 for R >= 4.3.0.
This commit is contained in:
Gábor Csárdi 2023-02-02 07:44:27 -08:00
commit f5a104562e

View file

@ -27,9 +27,9 @@ deb:
fields:
Bugs: https://github.com/rstudio/r-builds/issues
depends:
- g++-8
- gcc-8
- gfortran-8
- ${gxx_package-g++}
- ${gcc_package-gcc}
- ${gfortran_package-gfortran}
- libbz2-dev
- libc6
- libcairo2