mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Auto merge of #19900 - paulrouget:dropcef, r=jdm
Drop CEF support <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19900) <!-- Reviewable:end -->
This commit is contained in:
commit
3e3e05c99d
106 changed files with 151 additions and 38350 deletions
|
@ -46,7 +46,6 @@ mac-dev-unit:
|
|||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev
|
||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit
|
||||
- ./mach package --dev
|
||||
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build-cef
|
||||
- ./mach build-geckolib
|
||||
- bash ./etc/ci/lockfile_changed.sh
|
||||
- bash ./etc/ci/manifest_changed.sh
|
||||
|
@ -108,7 +107,6 @@ linux-dev:
|
|||
- ./mach build --dev
|
||||
- ./mach test-unit
|
||||
- ./mach package --dev
|
||||
- ./mach build-cef
|
||||
- ./mach build --dev --no-default-features --features default-except-unstable
|
||||
- ./mach build-geckolib
|
||||
- ./mach test-stylo
|
||||
|
|
|
@ -17,8 +17,8 @@ cd "$(git rev-parse --show-toplevel)"
|
|||
PATHS=(
|
||||
"components/compositing/compositor.rs"
|
||||
"components/constellation/"
|
||||
"ports/glutin/lib.rs"
|
||||
"ports/glutin/window.rs"
|
||||
"ports/servo/glutin_app/mod.rs"
|
||||
"ports/servo/glutin_app/window.rs"
|
||||
)
|
||||
|
||||
# Make sure the paths exist
|
||||
|
|
|
@ -14,7 +14,6 @@ set -o pipefail
|
|||
env CC=gcc-5 CXX=g++-5 ./mach build --dev
|
||||
env ./mach test-unit
|
||||
env ./mach package --dev
|
||||
env ./mach build-cef
|
||||
env ./mach build --dev --no-default-features --features default-except-unstable
|
||||
./mach build-geckolib
|
||||
./mach test-stylo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue