mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
mach: Remove unused --angle
command line argument (#32050)
* removed unused angle command line argument Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * Removed argument from smoketest in Windows workflows Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
10ec8565ea
commit
509b858f15
2 changed files with 1 additions and 6 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
|||
- name: Copy resources
|
||||
run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse
|
||||
- name: Smoketest
|
||||
run: python mach smoketest --angle --${{ inputs.profile }}
|
||||
run: python mach smoketest --${{ inputs.profile }}
|
||||
- name: Unit tests
|
||||
if: ${{ inputs.unit-tests }}
|
||||
uses: nick-fields/retry@v3
|
||||
|
|
|
@ -61,11 +61,6 @@ pub fn main() {
|
|||
// Parse the command line options and store them globally
|
||||
let args: Vec<String> = env::args().collect();
|
||||
let mut opts = Options::new();
|
||||
opts.optflag(
|
||||
"",
|
||||
"angle",
|
||||
"Use ANGLE to create a GL context (Windows-only)",
|
||||
);
|
||||
opts.optflag(
|
||||
"",
|
||||
"clean-shutdown",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue