Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci sync deps #610

Closed
Closed
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 .factory/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ build:
- test-cpp-behaviour-core
- test-cpp-behaviour-cloud
command: |
sudo add-apt-repository ppa:deadsnakes/ppa
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt update && sudo apt install -y python3.9 python3.9-distutils python3-pip
python3.9 -m pip install -U cffi
export SYNC_DEPENDENCIES_TOKEN=$REPO_GITHUB_TOKEN
Expand Down
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ release_validate_deps(
"@vaticle_typeql",
],
tags = ["manual"], # in order for bazel test //... to not fail
version_file = ":VERSION",
)

# Force tools to be built during `build //...`
Expand Down
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "845d397eedc1f1c3daf8e70966c8e41132db1d3e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "18ff0ff16344cb98937e5fcd8a246efb76529432", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_typeql():
Expand Down