Skip to content

Commit

Permalink
Merge pull request #118 from cognitedata/incompatible_disable_starlar…
Browse files Browse the repository at this point in the history
…k_host_transitions

become compatible with incompatible_disable_starlark_host_transitions
  • Loading branch information
Olsworn authored Feb 13, 2023
2 parents 4ad94fa + bde99f2 commit 0e3c813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapshots/snapshots.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SNAPSHOTS_ATTRS = {
"_snapshots": attr.label(
executable = True,
default = Label("@snapshots-bin//:snapshots"),
cfg = "host",
cfg = "exec",
),
}

Expand Down Expand Up @@ -145,7 +145,7 @@ _snapshots_runner = rule(
attrs = {
"snapshots": attr.label(
default = "@snapshots-bin//:snapshots",
cfg = "host",
cfg = "target",
executable = True,
allow_single_file = True,
),
Expand Down

0 comments on commit 0e3c813

Please sign in to comment.