Browse Source

package/ci: I should be installing g++, not gcc.

Likely g++ got pulled in by something else, maybe the bloat in
libvulkan-dev.
next
Vladimír Vondruš 1 month ago
parent
commit
35831dcc01
  1. 2
      package/ci/circleci.yml

2
package/ci/circleci.yml

@ -410,7 +410,7 @@ jobs:
# Not installing the old GCC 4.8 and CMake 3.5 to speed up. These are # Not installing the old GCC 4.8 and CMake 3.5 to speed up. These are
# tested more than enough on other jobs. Machine executors need sudo. # tested more than enough on other jobs. Machine executors need sudo.
- install-base-linux: - install-base-linux:
extra: gcc cmake libgl1-mesa-dev libsdl2-dev libglfw3-dev libopenal-dev libvulkan-dev extra: g++ cmake libgl1-mesa-dev libsdl2-dev libglfw3-dev libopenal-dev libvulkan-dev
sudo: sudo sudo: sudo
- setup-null-openal-driver - setup-null-openal-driver
- build: - build:

Loading…
Cancel
Save