Revert "Install XCB dependencies for all jobs globally in CI"

This reverts commit 5afdeccf98.
This commit is contained in:
timvisee 2020-02-14 00:24:06 +01:00
parent 5afdeccf98
commit 27854d15bc
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -31,7 +31,7 @@ cache:
# Install compiler and OpenSSL dependencies
before_script:
- apt-get update
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3 libx11-xcb-dev libgl1-mesa-dev
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev python3
- |
rustup install $RUST_VERSION
rustup default $RUST_VERSION
@ -127,6 +127,7 @@ test-cargo:
- check-stable
dependencies: []
script:
- apt-get install -y --no-install-recommends libx11-xcb-dev libgl1-mesa-dev
- cargo test --verbose
# Run integration test with the public Send service