mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 17:31:54 +00:00
upgrade to bun 1.3.10 canary and force baseline builds always (#14843)
This commit is contained in:
parent
ae190038f8
commit
cf5cfb48cd
5 changed files with 62 additions and 11 deletions
|
|
@ -56,7 +56,7 @@ const migrations = await Promise.all(
|
|||
)
|
||||
console.log(`Loaded ${migrations.length} migrations`)
|
||||
|
||||
const singleFlag = process.argv.includes("--single")
|
||||
const singleFlag = process.argv.includes("--single") || (!!process.env.CI && !process.argv.includes("--all"))
|
||||
const baselineFlag = process.argv.includes("--baseline")
|
||||
const skipInstall = process.argv.includes("--skip-install")
|
||||
|
||||
|
|
@ -103,11 +103,6 @@ const allTargets: {
|
|||
os: "darwin",
|
||||
arch: "x64",
|
||||
},
|
||||
{
|
||||
os: "darwin",
|
||||
arch: "x64",
|
||||
avx2: false,
|
||||
},
|
||||
{
|
||||
os: "win32",
|
||||
arch: "x64",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue