Skip to content

Commit d6101aa

Browse files
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

File tree

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"winston": "^3.8.2"
9393
},
9494
"optionalDependencies": {
95-
"lz4": "^0.6.5",
96-
"@databricks/sql-kernel-linux-x64-gnu": "0.1.0"
95+
"lz4": "^0.6.5"
9796
}
9897
}

0 commit comments

Comments
 (0)