Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 33f019b

Browse files
authored
Update usage of native_artifact_files (#144)
## What is the goal of this PR? We need to update the usage of `native_artifact_files` to account for different artifact file extensions (`.tar.gz` vs `.zip`) ## What are the changes implemented in this PR? * Use templated extension in `native_artifact_files` * Bump `@graknlabs_dependencies` * Bump `@graknlabs_grakn_core_artifact`
1 parent 53ed6b6 commit 33f019b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dependencies/graknlabs/artifacts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ def graknlabs_grakn_core_artifacts():
2424
native_artifact_files(
2525
name = "graknlabs_grakn_core_artifact",
2626
group_name = "graknlabs_grakn_core",
27-
artifact_name = "grakn-core-server-{platform}-{version}.tar.gz",
27+
artifact_name = "grakn-core-server-{platform}-{version}.{ext}",
2828
tag_source = deployment["artifact.release"],
2929
commit_source = deployment["artifact.snapshot"],
30-
commit = "8e80542cd6afe3318859320565e8afe119e7ae11",
30+
commit = "81653e39fa681d20b37fdba13f158a0d1c1a6c2e",
3131
)

dependencies/graknlabs/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def graknlabs_dependencies():
2323
git_repository(
2424
name = "graknlabs_dependencies",
2525
remote = "https://github.com/graknlabs/dependencies",
26-
commit = "bec7e4103069a08384f32bc1d3bc8e17ff5f5af0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
26+
commit = "b6ddf3ee17d91df9bbed294392d0adba5737da44", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_dependencies
2727
)
2828

2929
def graknlabs_common():

0 commit comments

Comments
 (0)