Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Merged
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
8 changes: 5 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ graknlabs_build_tools_ci_pip_install()
# Load Distribution dependencies #
##################################

# TODO: rename the macro we load here to deploy_github_dependencies
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "github_dependencies_for_deployment")
github_dependencies_for_deployment()
load("@graknlabs_bazel_distribution//github:dependencies.bzl", "tcnksm_ghr")
tcnksm_ghr()

load("@graknlabs_bazel_distribution//common:dependencies.bzl", "bazelbuild_rules_pkg")
bazelbuild_rules_pkg()


#####################################
Expand Down
1 change: 1 addition & 0 deletions config/rpm/grakn-bin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Grakn Core (server) - description
%install
mkdir -p %{buildroot}
tar -xvf {_grakn-bin-rpm-tar.tar.gz} -C %{buildroot}
rm -fv {_grakn-bin-rpm-tar.tar.gz}

%files

Expand Down