Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .orchestra/ci/binary-archives-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ EOF
sudo -i podman login -u "$PODMAN_REGISTRY_USER" \
-p "$PODMAN_REGISTRY_PASSWORD" \
"$(cut -d/ -f1 <<< "$PODMAN_IMAGE_TARGET")"
sudo -i podman push "$LOCAL_IMAGE" "$PODMAN_IMAGE_TARGET:$BRANCH"
sudo -i podman push "$LOCAL_IMAGE" "$PODMAN_IMAGE_TARGET:${BRANCH////-}"
if [ "$BRANCH" == "master" ]; then
sudo -i podman push "$LOCAL_IMAGE" "$PODMAN_IMAGE_TARGET:latest"
fi
Expand Down
2 changes: 1 addition & 1 deletion .orchestra/config/components/cython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#@ def params():
name: cython
requirements: |-
Cython==0.29.37
Cython==3.2.4
#@ end

#@overlay/match by=overlay.all, expects=1
Expand Down
2 changes: 1 addition & 1 deletion .orchestra/config/components/pyyaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- cython
requirements: |-
--global-option=--with-libyaml
pyyaml==6.0.1
pyyaml==6.0.3
#@ end

#@overlay/match by=overlay.all, expects=1
Expand Down
4 changes: 3 additions & 1 deletion .orchestra/config/components/revng-python-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,15 @@ requirements: |-
gql[aiohttp]==3.5.2
https://github.com/revng/grandiso-networkx/archive/043ce4b.tar.gz
jsonschema>=4.17.3,<4.18.0
jsonschema-to-typeddict>=1.4.2,<2.0
networkx>=3.3
pefile
pycparser
pydot>=3.0.2
pyelftools
zstandard
click==8.2.1
click>=8.3.0,<9.0
click-option-group>=0.5.9,<1.0
starlette[full]>=0.52.1

# This is our fork of the python-idb package that includes some fixes.
Expand Down
2 changes: 1 addition & 1 deletion .orchestra/config/components/uvloop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#@yaml/text-templated-strings
---
#@ def uvloop_args():
#@ uvloop_version = "0.19.0"
#@ uvloop_version = "0.22.1"
#@ source_url = "https://github.com/MagicStack/uvloop/archive/refs/tags/v" + uvloop_version + ".tar.gz"
license: LICENSE-MIT
configure: |
Expand Down