mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 15:02:12 +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
|
||||
shell: bash
|
||||
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:
|
||||
NX_CLOUD_ACCESS_TOKEN: ${{ inputs.nx_token }}
|
||||
DEBUG: 'napi:*'
|
||||
|
@ -36,7 +36,6 @@
|
||||
"@napi-rs/cli": "3.0.0-alpha.64",
|
||||
"lib0": "^0.2.93",
|
||||
"nx": "^20.0.3",
|
||||
"nx-cloud": "^19.1.0",
|
||||
"tiktoken": "^1.0.15",
|
||||
"tinybench": "^3.0.0",
|
||||
"yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch"
|
||||
|
@ -12,10 +12,6 @@
|
||||
"script": "build"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user