aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/webrender/ci-scripts/linux-release-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/webrender/ci-scripts/linux-release-tests.sh')
-rwxr-xr-xthird_party/webrender/ci-scripts/linux-release-tests.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/third_party/webrender/ci-scripts/linux-release-tests.sh b/third_party/webrender/ci-scripts/linux-release-tests.sh
index 665fc88b5fe..f89fc43c44f 100755
--- a/third_party/webrender/ci-scripts/linux-release-tests.sh
+++ b/third_party/webrender/ci-scripts/linux-release-tests.sh
@@ -16,13 +16,7 @@ set -o xtrace
CARGOFLAGS=${CARGOFLAGS:-""} # default to empty if not set
pushd wrench
-# Test that all shaders compile successfully.
-python script/headless.py --precache test_init
-python script/headless.py --precache --use-unoptimized-shaders test_init
-
python script/headless.py reftest
python script/headless.py rawtest
-python script/headless.py test_invalidation
-CXX=clang++ cargo run ${CARGOFLAGS} --release --features=software -- \
- --software --headless reftest
+cargo build ${CARGOFLAGS} --release
popd