[Backport release-25.05] androidenv: autoupdate fix and prevent caching on hydra (#434657)

This commit is contained in:
Morgan Jones
2025-08-18 10:26:10 +00:00
committed by GitHub
3 changed files with 1554 additions and 733 deletions

View File

@@ -189,7 +189,7 @@ let
archive:
(fetchurl {
inherit (archive) url sha1;
preferLocalBuild = true;
inherit meta;
passthru = {
info = packageInfo;
};

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@ let
in
stdenv.mkDerivation {
name = "androidenv-test-suite";
version = "1";
version = lib.substring 0 8 (builtins.hashFile "sha256" ./repo.json);
buildInputs = lib.mapAttrsToList (name: value: value) all-tests;
buildCommand = ''