Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #28754
Closed (moved) (moved)
Open
Created Dec 06, 2018 by Georg Koppen@gk

make testbuild-android-armv7 stalls during sha256sum step

Suppose you don't have a testbuild directory containing any already built bundles. Now, start a build with make testbuild-android-armv7 to get an .apk. The result is a stalled build in the release project.

The reason for that is that

sha256sum $(ls -1 *.exe *.tar.xz *.dmg *.mar *.zip *.tar.gz | grep -v '\.incremental\.mar$' | sort) > sha256sums-unsigned-build.txt

evaluates to

sha256sum > sha256sums-unsigned-build.txt

which waits for input. We have not been hitting that so far as both in the alpha and the nightly case other bundles in the directory are available. And for the mobile case #25164 (moved) is about to fix this as well. However, we might want to be a bit more conservative and only execute sha256sum if we actually have an argument to pass. Otherwise this can lead to surprising results (like in this case).

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking