mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-02 23:06:30 +00:00
remove diff wheels build
This commit is contained in:
parent
5291e6c1f3
commit
b8b73cf880
@ -117,13 +117,11 @@ stages:
|
||||
- script: sudo docker pull homeassistant/$(buildArch)-wheels:$(versionWheels)-$(basePythonTag)
|
||||
displayName: 'Install wheels builder'
|
||||
- script: |
|
||||
curl -s -o requirements_diff.txt https://raw.githubusercontent.com/home-assistant/hassio/master/requirements.txt
|
||||
sudo docker run --rm -v $(pwd):/data:ro -v $(pwd)/.ssh:/root/.ssh:rw \
|
||||
homeassistant/$(buildArch)-wheels:$(versionWheels)-$(basePythonTag) \
|
||||
--apk "build-base;libffi-dev;openssl-dev" \
|
||||
--index $(wheelsIndex) \
|
||||
--requirement requirements.txt \
|
||||
--requirement-diff requirements_diff.txt \
|
||||
--upload rsync \
|
||||
--remote wheels@$(wheelsHost):/opt/wheels
|
||||
displayName: 'Run wheels build'
|
||||
|
Loading…
x
Reference in New Issue
Block a user