summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-04-06 11:44:26 -0400
committerPatrick Cloke <patrickc@matrix.org>2023-04-06 11:44:26 -0400
commit72b43bec8bcbb6edb894636b5657b974e6a94a09 (patch)
tree61b4330da785626aa051ef16deae14beb71f7e66 /.ci
parentImplement MSC3989 to redact the origin field. (#15393) (diff)
parent1.81.0rc2 (diff)
downloadsynapse-72b43bec8bcbb6edb894636b5657b974e6a94a09.tar.xz
Merge remote-tracking branch 'origin/release-v1.81' into develop
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/scripts/setup_complement_prerequisites.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/.ci/scripts/setup_complement_prerequisites.sh b/.ci/scripts/setup_complement_prerequisites.sh

index 3778478da6..47a3ff8e69 100755 --- a/.ci/scripts/setup_complement_prerequisites.sh +++ b/.ci/scripts/setup_complement_prerequisites.sh
@@ -9,16 +9,6 @@ set -eu alias block='{ set +x; } 2>/dev/null; func() { echo "::group::$*"; set -x; }; func' alias endblock='{ set +x; } 2>/dev/null; func() { echo "::endgroup::"; set -x; }; func' -block Set Go Version - # The path is set via a file given by $GITHUB_PATH. We need both Go 1.17 and GOPATH on the path to run Complement. - # See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path - - # Add Go 1.17 to the PATH: see https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#environment-variables-2 - echo "$GOROOT_1_17_X64/bin" >> $GITHUB_PATH - # Add the Go path to the PATH: We need this so we can call gotestfmt - echo "~/go/bin" >> $GITHUB_PATH -endblock - block Install Complement Dependencies sudo apt-get -qq update && sudo apt-get install -qqy libolm3 libolm-dev go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest