We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
centos执行build as release报错 最新branch或tag:v0.4.0.dev240401在执行bazel build //... -c opt报错问题 examples/pir/BUILD.bazel 缺少配置:linkopts = ["-ldl"],添加后build通过
branch
tag
v0.4.0.dev240401
bazel build //... -c opt
examples/pir/BUILD.bazel
linkopts = ["-ldl"]
build
但是拉起secretflow/ubuntu-base-ci:latest,直接执行bazel build //... -c opt可以正常结束 请问该镜像中有什么关键配置是影响编译链接选项-ldl
-ldl
同时dev docker命令好像有误 CapAdd and privileged are mutually exclusive options
dev docker
and
are mutually exclusive options
The text was updated successfully, but these errors were encountered:
Stale issue message. Please comment to remove stale tag. Otherwise this issue will be closed soon.
Sorry, something went wrong.
1、examples/pir/BUILD.bazel 缺少配置:linkopts = ["-ldl"],添加后build通过;请问该镜像中有什么关键配置是影响编译链接选项-ldl? ---这块跟gcc的版本有关系 2、CapAdd and privileged are mutually exclusive options ---CapAdd 和 privileged 不是互斥选项。它们都是 Docker 中控制容器权限的设置,但用途不同。CapAdd 用于添加特定的 Linux 能力,而 privileged 则赋予容器所有能力。它们可以独立使用或结合使用
lq0404510
No branches or pull requests
centos执行build as release报错
最新
branch
或tag
:v0.4.0.dev240401
在执行bazel build //... -c opt
报错问题examples/pir/BUILD.bazel
缺少配置:linkopts = ["-ldl"]
,添加后build
通过但是拉起secretflow/ubuntu-base-ci:latest,直接执行
bazel build //... -c opt
可以正常结束请问该镜像中有什么关键配置是影响编译链接选项
-ldl
同时
dev docker
命令好像有误CapAdd
and
privilegedare mutually exclusive options
The text was updated successfully, but these errors were encountered: