full auto baybee!
This commit is contained in:
parent
bf238a34ee
commit
8a6da9ff73
|
@ -114,17 +114,14 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe
|
|||
& os osver
|
||||
& Apt.stdSourcesList
|
||||
& Apt.installed ["systemd"]
|
||||
& Docker.tweaked
|
||||
& User.accountFor builduser
|
||||
& File.dirExists gitbuilderdir
|
||||
& File.ownerGroup homedir builduser builduser
|
||||
& buildDepsApt
|
||||
& flagFile chrootsetup ("/chrootsetup")
|
||||
`requires` setupgitannexdir
|
||||
& Docker.tweaked
|
||||
-- TODO: automate installing haskell libs
|
||||
-- (Currently have to run
|
||||
-- git-annex/standalone/android/install-haskell-packages
|
||||
-- which is not fully automated.)
|
||||
& flagFile haskellpkgsinstalled ("/haskellpkgsinstalled")
|
||||
where
|
||||
-- Use git-annex's android chroot setup script, which will install
|
||||
-- ghc-android and the NDK, all build deps, etc, in the home
|
||||
|
@ -132,6 +129,9 @@ androidContainer dockerImage name setupgitannexdir gitannexdir = Docker.containe
|
|||
chrootsetup = scriptProperty
|
||||
[ "cd " ++ gitannexdir ++ " && ./standalone/android/buildchroot-inchroot"
|
||||
]
|
||||
haskellpkgsinstalled = userScriptProperty "builder"
|
||||
[ "cd " ++ gitannexdir ++ " && ./install-haskell-packages"
|
||||
]
|
||||
osver = System (Debian Testing) "i386" -- once jessie is released, use: (Stable "jessie")
|
||||
|
||||
-- armel builder has a companion container using amd64 that
|
||||
|
|
Loading…
Reference in New Issue