Frieder Schrempf activity https://gitlab.com/fschrempf 2025-10-28T19:02:43Z tag:gitlab.com,2025-08-06:4502446897 Frieder Schrempf commented on issue #1381 at Aurora OSS / AuroraStore 2025-08-06T19:12:28Z fschrempf Frieder Schrempf

Duplicate of #1365 (closed)

Workaround for Waydroid to start in portrait mode:

waydroid prop set persist.waydroid.multi_windows true 
waydroid session stop
waydroid session start
waydroid app launch com.aurora.store
tag:gitlab.com,2025-05-16:4270281541 Frieder Schrempf commented on issue #254821 at GitLab.org / GitLab 2025-05-16T07:15:51Z fschrempf Frieder Schrempf

This doesn't look like a full solution for this issue. This is merely a workaround for sharing the artifacts among parallel matrix jobs. It doesn't fix the actual dependencies between the matrix jobs, which means:

  • the deploy jobs start running after all build jobs have finished, so you can't do DAG (Directed Acyclic Graph) pipelines
  • each deploy job gets access to all artifacts from all build jobs, so if you have big artifacts you create an immense traffic overhead