mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
010157293b
We cannot rely on `buildGoModule`'s default test selection if `subPackages` is set: ~~~ Running phase: checkPhase ? code.gitea.io/gitea [no test files] ? code.gitea.io/gitea/contrib/environment-to-ini [no test files] checkPhase completed in 53 seconds ~~~ So we override it in `preCheck` and skip some tests that fail in our sandbox (e.g. because they require networking). Note that this does slow down building the package quite a bit because there are a lot of tests to run. Still worth it IMHO. |
||
---|---|---|
.. | ||
package-json-npm-build-frontend.patch | ||
package.nix | ||
static-root-path.patch |