Compare commits
2 commits
9fce8ba796
...
18dec91847
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18dec91847 |
||
|
|
faf71a4c50 |
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ RUN cd /srv/fedora-image-uploader-messages && hatchling build -d /srv/dist/ --ta
|
|||
# Currently LISA isn't on PyPI, but I'm working on it
|
||||
RUN git clone https://github.com/microsoft/lisa.git /srv/lisa
|
||||
WORKDIR /srv/lisa
|
||||
RUN git checkout 20260330.1 && \
|
||||
RUN git checkout 20260521.1 && \
|
||||
git config --global user.email "cloud@lists.fedoraproject.org" && \
|
||||
git config --global user.name "Fedora Cloud SIG" && \
|
||||
sed -i 's/PyGObject <= 3.50.0/PyGObject <= 3.55.0/g' pyproject.toml && \
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ aws = [
|
|||
]
|
||||
azure = [
|
||||
"azure-identity",
|
||||
"azure-mgmt-compute",
|
||||
"azure-mgmt-compute ~= 37.2.0",
|
||||
"azure-storage-blob",
|
||||
]
|
||||
gcp = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue