Skip to content

Commit

Permalink
feat: bump Synapse to 1.115.0 (#527)
Browse files Browse the repository at this point in the history
* feat: bump Synapse to 1.115.0

* fix: remove snap matrix-appserver-irc and examples dir from aws install
  • Loading branch information
amandahla committed Sep 18, 2024
1 parent a3c0b8f commit 3ae5bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse_rock/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ parts:
stage-snaps:
- aws-cli
- mjolnir/latest/edge
- matrix-appservice-irc/latest/edge
plugin: nil
source: https://github.com/element-hq/synapse/
source-type: git
source-tag: v1.112.0
source-tag: v1.115.0
build-environment:
- RUST_VERSION: "1.76.0"
- POETRY_VERSION: "1.7.1"
Expand Down Expand Up @@ -125,6 +124,7 @@ parts:
cp -r /install/local/* $CRAFT_PART_INSTALL/usr/local/
mkdir -p $CRAFT_PART_INSTALL/usr/local/attributemaps
chmod 755 $CRAFT_PART_INSTALL/usr/local/attributemaps
rm -rf $CRAFT_PART_INSTALL/aws/dist/awscli/examples/
overlay-packages:
- ca-certificates
- libjemalloc2
Expand Down

0 comments on commit 3ae5bc1

Please sign in to comment.