Override pythonpath in nodepool builder
The arm builder image has a weird python path for some reason we don't understand yet. Override it (the same path should work for both arm and x86) until we figure that out and fix it. Change-Id: I170859bade9f1369d8482c660d72a39db11aaff0
This commit is contained in:
parent
3026b7c10c
commit
515c295721
@ -15,6 +15,9 @@ services:
|
||||
- DEBUG=1
|
||||
- STATSD_HOST=graphite.opendev.org
|
||||
- STATSD_PORT=8125
|
||||
# TODO: remove once we fix the arm64 images using dist-packages
|
||||
# instead of site-packages
|
||||
- PYTHONPATH=/usr/local/lib/python311.zip:/usr/local/lib/python3.11:/usr/local/lib/python3.11/lib-dynload:/usr/local/lib/python3.11/site-packages
|
||||
|
||||
volumes:
|
||||
# nodepool config
|
||||
|
Loading…
x
Reference in New Issue
Block a user