-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Description
System
- Platform: Raspbian 12
Testcase
When following the guide from https://firefox-source-docs.mozilla.org/testing/geckodriver/ARM.html
In an attempt to build a custom binary for arm32bit
I have come to a stumbling block.
Steps;
As you can see from the attached shell log at first it complained that it could not find the config.toml saying it was looking for instead "Cargo.toml" so I renamed it, but it still could not find it, so I moved it into the cwd, then I got this error.
error: failed to parse manifest at `REDACTED/testing/Cargo.toml`
Caused by:
this virtual manifest specifies a `target` section, which is not allowed
Could someone please help me.