vaticle / dependencies

Bazel dependency declarations for build tools reused across @vaticle repositories (only for @vaticle)
Mozilla Public License 2.0
12 stars 23 forks source link

Update bazel-distribution with artifact extractor fix #471

Closed dmitrii-ubskii closed 10 months ago

dmitrii-ubskii commented 10 months ago

What is the goal of this PR?

The updated rules_pkg (updated in https://github.com/vaticle/bazel-distribution/pull/382) packages tar.gz files without a leading ./ path. The artifact extractor therefore only needs to strip one layer from tar.gz files built by the assemble_targz, instead of two.

typedb-bot commented 10 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture