Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 13, 2024
1 parent 013c5bb commit 52b6ee9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ x-sccache: &sccache
SCCACHE_S3_KEY_PREFIX: ${SCCACHE_S3_KEY_PREFIX:-sccache}

x-vcpkg-build-secrets: &vcpkg-build-secrets
GITHUB_REPOSITORY_OWNER:
GITHUB_TOKEN:
VCPKG_BINARY_SOURCES:
- github_repository_owner
- github_token
- vcpkg_binary_sources

# CPU/memory limit presets to pass to Docker.
#
Expand Down Expand Up @@ -1136,8 +1136,7 @@ services:
dockerfile: ci/docker/python-wheel-manylinux.dockerfile
cache_from:
- ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
secrets:
<<: *vcpkg-build-secrets
secrets: *vcpkg-build-secrets
environment:
<<: [*common, *ccache]
volumes:
Expand All @@ -1162,8 +1161,7 @@ services:
dockerfile: ci/docker/python-wheel-manylinux.dockerfile
cache_from:
- ${REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2-28-vcpkg-${VCPKG}
secrets:
<<: *vcpkg-build-secrets
secrets: *vcpkg-build-secrets
environment:
<<: [*common, *ccache]
volumes:
Expand Down

0 comments on commit 52b6ee9

Please sign in to comment.