ruki
ruki
you can debug this package https://github.com/xmake-io/xmake-repo/blob/dev/packages/l/libressl/xmake.lua or open an issue to upstream openssl.
> > or open an issue to upstream openssl. > > It's not a bug of upstream openssl or libressl. They provide all arches, but xmake doesn't copy the right...
> vcpkg works well, but its libressl is v3.8.2. > > Can you add v3.8.2? you can open a pr to xmake-repo
set `xmake.runMode` as `buildRun` https://github.com/xmake-io/xmake-vscode/blob/2b6d88598326cfa27c2ede33b8aded9ac3dc3231/package.json#L630
> > set `xmake.runMode` as `buildRun` > > https://github.com/xmake-io/xmake-vscode/blob/2b6d88598326cfa27c2ede33b8aded9ac3dc3231/package.json#L630 > > 这个只能让运行可以自动构建, 调试的话还是会提示需要构建 不会,你更新下插件
这个目前没啥办法,两个 task 暂时没法串联,你可以提 pr 改进下
没看到你在装 v8 ,不是在装 logs 么。。而且装库,进虚拟环境干啥。。
按理应该会先安装 depot_tools 才对,没看到装。。有点怪。。还是进了虚拟环境?
https://github.com/xmake-io/xmake-repo/pull/4559 更新下仓库,先单独装下 depot_tools 试试 ```console xrepo update-repo xrepo install -vD depot_tools ```
禁用预编译试试 ```console xrepo install -vD --build depot_tools ```