aboutsummaryrefslogtreecommitdiffstats
path: root/ports/gstplugin/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove the servo-gst-plugin (#30976)Martin Robinson2024-01-021-25/+0
| | | | | The CI doesn't build this by default and it's currently unused. It is one thing that's currently making it a bit trickier to allow for non-mach builds of Servo.
* Enable debug assertions for all builds other than official releases (#30509)Delan Azabani2023-10-261-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Run main and try jobs with debug assertions * use single quotes in workflow expressions * set force-debug-assertions in main.yml * set force-debug-assertions as part of decision job * fix typo in MachCommands.build * fix more hardcoded profile names * fix tidy * split cargo_profile_option on windows * Fix running servoshell and unit tests through a symlink * rename steps to make them less confusing * fix more hardcoded cargo profile options * fix missing inputs in linux-wpt and mac-wpt * make filename an inherent method of Resource * rework release-with-debug-assertions profile to production profile * rework resource logic to eliminate std_test_override * set production flag in nightly release builds * clean up servobuild.example and windows.yml * oops forgot to check in embedder_traits/build.rs * fix mach test-unit behaviour through symlink * unit tests only need current_dir and ancestors * fix macOS package smoketest breakage * expect css/css-color/currentcolor-003 to crash under layout 2013 * fix more references to {force,release-with}-debug-assertions * fix local build failures under --profile production
* Add a gstreamer servosrc pluginAlan Jeffrey2019-11-251-0/+7