Commit d6101aa
committed
fix(sea): drop the unpublished sql-kernel optional dep (unblocks npm ci)
`@databricks/sql-kernel-linux-x64-gnu@0.1.0` is not published yet, so the
lockfile recorded it with no resolved version and `npm ci` rejected the
mismatch ("lock file's @databricks/sql-kernel-linux-x64-gnu@undefined does
not satisfy @0.1.0") — npm ci does NOT silently skip a pinned-but-
unresolvable optional dependency. Remove it from optionalDependencies until
the per-triple binding packages are actually published; the loader already
handles an absent binding (and version.test skips unless SEA_NATIVE_EXPECTED
is set). Re-add the optional deps once the `@databricks/sql-kernel-*`
packages ship.
Co-authored-by: Isaac
Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>1 parent 1a8ab56 commit d6101aa
2 files changed
Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
0 commit comments