mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 20:21:46 +03:00
ci: re-enable nx cloud (#9132)
This commit is contained in:
parent
d620a525cc
commit
8f29a58508
2
.github/actions/build-rust/action.yml
vendored
2
.github/actions/build-rust/action.yml
vendored
@ -49,7 +49,7 @@ runs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
yarn workspace ${{ inputs.package }} build --target ${{ inputs.target }} --use-napi-cross
|
yarn workspace ${{ inputs.package }} nx build ${{ inputs.package }} --verbose -- --target ${{ inputs.target }} --use-napi-cross
|
||||||
env:
|
env:
|
||||||
NX_CLOUD_ACCESS_TOKEN: ${{ inputs.nx_token }}
|
NX_CLOUD_ACCESS_TOKEN: ${{ inputs.nx_token }}
|
||||||
DEBUG: 'napi:*'
|
DEBUG: 'napi:*'
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
"@napi-rs/cli": "3.0.0-alpha.64",
|
"@napi-rs/cli": "3.0.0-alpha.64",
|
||||||
"lib0": "^0.2.93",
|
"lib0": "^0.2.93",
|
||||||
"nx": "^20.0.3",
|
"nx": "^20.0.3",
|
||||||
"nx-cloud": "^19.1.0",
|
|
||||||
"tiktoken": "^1.0.15",
|
"tiktoken": "^1.0.15",
|
||||||
"tinybench": "^3.0.0",
|
"tinybench": "^3.0.0",
|
||||||
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
||||||
|
@ -12,10 +12,6 @@
|
|||||||
"script": "build"
|
"script": "build"
|
||||||
},
|
},
|
||||||
"inputs": [
|
"inputs": [
|
||||||
{ "fileset": "{workspaceRoot}/rust-toolchain.toml" },
|
|
||||||
{ "fileset": "{workspaceRoot}/Cargo.lock" },
|
|
||||||
{ "fileset": "{workspaceRoot}/packages/backend/native/**/*.rs" },
|
|
||||||
{ "fileset": "{workspaceRoot}/packages/backend/native/Cargo.toml" },
|
|
||||||
{
|
{
|
||||||
"runtime": "rustc --version"
|
"runtime": "rustc --version"
|
||||||
},
|
},
|
||||||
|
@ -765,7 +765,6 @@ __metadata:
|
|||||||
"@napi-rs/cli": "npm:3.0.0-alpha.64"
|
"@napi-rs/cli": "npm:3.0.0-alpha.64"
|
||||||
lib0: "npm:^0.2.93"
|
lib0: "npm:^0.2.93"
|
||||||
nx: "npm:^20.0.3"
|
nx: "npm:^20.0.3"
|
||||||
nx-cloud: "npm:^19.1.0"
|
|
||||||
tiktoken: "npm:^1.0.15"
|
tiktoken: "npm:^1.0.15"
|
||||||
tinybench: "npm:^3.0.0"
|
tinybench: "npm:^3.0.0"
|
||||||
yjs: "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
yjs: "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user