You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build: Disable prql-elixir on Mac
A temporary pause on building `prql-elixir` on Mac, as it's causing some build caching issues, as described in the Readme
There are lots of ways to re-enable when we're ready.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardexpand all lines: Taskfile.yml
+13-27
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ tasks:
64
64
# Can't install atm with `--locked`
65
65
- cargo install mdbook-footnote
66
66
- cmd: |
67
-
[ "$(which default-target)" ] || echo "🔴 Can't find a binary that cargo just installed. Is the cargo bin path (generally at ~/.cargo/bin) on the \$PATH?"
67
+
[ "$(which cargo-insta)" ] || echo "🔴 Can't find a binary that cargo just installed. Is the cargo bin path (generally at ~/.cargo/bin) on the \$PATH?"
68
68
silent: true
69
69
70
70
install-maturin:
@@ -151,17 +151,9 @@ tasks:
151
151
Build everything.
152
152
153
153
Running this isn't required when developing; it's for caching or as a reference.
0 commit comments