第二扩展

Results 46 comments of 第二扩展

The current workaround (deno 1.35.0, fresh 1.2.0): ``` > deno vendor main.ts https://deno.land/x/[email protected]/plugins/twind/main.ts https://esm.sh/[email protected]/jsx-runtime https://deno.land/x/[email protected]/src/runtime/entrypoints/deserializer.ts https://deno.land/x/[email protected]/src/runtime/entrypoints/main_dev.ts https://deno.land/x/[email protected]/src/runtime/entrypoints/signals.ts Vendored 213 modules into vendor/ directory. Updated your local Deno configuration file with...

ok, now test with deno 1.35.1 ``` > deno --version deno 1.35.1 (release, x86_64-unknown-linux-gnu) v8 11.6.189.7 typescript 5.1.6 ``` ``` > deno vendor main.ts https://deno.land/x/[email protected]/plugins/twind/main.ts https://deno.land/x/[email protected]/src/runtime/entrypoints/deserializer.ts https://deno.land/x/[email protected]/src/runtime/entrypoints/main_dev.ts https://deno.land/x/[email protected]/src/runtime/entrypoints/signals.ts Vendored 213...

@deer After `deno vendor`, you have to remove `"imports"` section from `deno.json` file. And you should also vendor more files, not only `main.ts` (see comment above)

Build log: + quiche v0.17.2 ``` Compiling quiche v0.17.2 error: linking with `aarch64-linux-gnu-gcc` failed: exit status: 1 | = note: LC_ALL="C" PATH="/rust/lib/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/rust/bin" VSLANG="1033" "aarch64-linux-gnu-gcc" "-Wl,--version-script=/tmp/rustcDiu9ax/list" "-Wl,--no-undefined-version" "/tmp/rustcDiu9ax/symbols.o" "/target/aarch64-unknown-linux-gnu/release/deps/quiche-7940c72421cce11a.quiche.4e749fc6b026a0f3-cgu.0.rcgu.o" "/target/aarch64-unknown-linux-gnu/release/deps/quiche-7940c72421cce11a.quiche.4e749fc6b026a0f3-cgu.1.rcgu.o" "/target/aarch64-unknown-linux-gnu/release/deps/quiche-7940c72421cce11a.quiche.4e749fc6b026a0f3-cgu.10.rcgu.o"...

+ mbedtls-sys-auto v3.4.0 ``` Compiling mbedtls-sys-auto v3.4.0 error: failed to run custom build command for `mbedtls-sys-auto v3.4.0` Caused by: process didn't exit successfully: `/target/release/build/mbedtls-sys-auto-2c07d47f3fda0966/build-script-build` (exit status: 101) --- stdout cargo:rustc-cfg=threading_component="pthread"...

I want this feature too ! Currently archinstall will error when use pre-configured btrfs subvolume as root partition.

git 源码安装 paddlespeech 需要 python 3.10 版本. 如果用 python 3.11 安装会报错. 参考安装命令: ```sh > pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple > python3.10 --version Python 3.10.13 > python3.10 -m venv ./py310 >...

Maybe this is a BUG of Android NDK ? Build for `aarch64-linux-android` is ok.