vgijssel / setup

Workstation and server setup
MIT License
8 stars 0 forks source link

fix: Remove release target for now #579

Closed mvgijssel closed 11 months ago

mvgijssel commented 11 months ago

ref #571

Trying to use rules_task from another repository now results in this error:

INFO: Invocation ID: e8351898-f967-4c4e-854e-9332a999beff
ERROR: /workspaces/data-platform/meltano/BUILD.bazel:265:5: error loading package '@rules_task//': Unable to find package for @npm//:semantic-release/package_json.bzl: The repository '@npm' could not be resolved: Repository '@npm' is not defined. and referenced by '//meltano:kerk_runner'
ERROR: Analysis of target '//meltano:kerk' failed; build aborted: 
INFO: Elapsed time: 3.174s
INFO: 0 processes.
ERROR: Build failed. Not running target
FAILED: Build did NOT complete successfully (56 packages loaded, 276 targets configured)
    currently loading: @rules_task//
    Fetching repository @pip_jinja2; starting
    Fetching repository @pip_bazel_runfiles; starting

Currently the rules_js setup is not necessary as the release is run in a GitHub actions job (and not BuildBuddy)