• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AndreMiras / buildozer / 18944841678 / 5
0%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: feature/1977_fix_docker_run_venv
DEFAULT BRANCH: develop
Ran 30 Oct 2025 03:13PM UTC
Files 0
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Oct 2025 02:51PM UTC coverage: 0.0%. Remained the same
18944841678.5

push

github

AndreMiras
:bug: Fix Docker pip --user install error in virtualenv

Set VIRTUAL_ENV environment variable in Dockerfile to fix the
error when building Android apps. The error was:
```
Can not perform a '--user' install. User site-packages are not
visible in this virtualenv
```

The Docker container creates a virtualenv at /home/user/.venv but
was only setting PATH, not VIRTUAL_ENV. This caused buildozer's
virtualenv detection logic to incorrectly add --user flag to pip.

Also restrict Docker image publishing to upstream repository only
by adding repository_owner check to SHOULD_PUBLISH condition. This
prevents forks from attempting to publish to container registries,
which would fail due to missing credentials and GHCR's lowercase
requirement for repository names.

Fixes #1977

0 of 0 relevant lines covered (NaN%)

0.0 hits per line

Source Files on job python-3.9-ubuntu-latest - 18944841678.5
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18944841678
  • 0dabdc07 on github
  • Prev Job for on feature/1977_fix_docker_run_venv (#18920482726.7)
  • Next Job for on feature/1977_fix_docker_run_venv (#18946869240.6)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc