Skip to content
New issue

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

【Client BUG】linux下发送工具链及pump模式的失败 #317

Open
tming opened this issue Nov 13, 2024 · 0 comments
Open

【Client BUG】linux下发送工具链及pump模式的失败 #317

tming opened this issue Nov 13, 2024 · 0 comments

Comments

@tming
Copy link
Collaborator

tming commented Nov 13, 2024

What happened:

  1. gcc/g++编译时指定了PATH,需要的as在PATH路径下,现在的流程只搜索了默认路径,会导致as找错版本
  2. pump模式下,没有将-iquote -isystem 和-I 这3个搜索路径见到依赖列表中,如果这3个路径中有链接,但没有包含到依赖列表中,会导致远端因为缺少链接找不到最终需要的文件

What you expected to happen:
修正上面2个问题

How to reproduce it (as minimally and precisely as possible):

tbs60 added a commit to tbs60/bk-turbo that referenced this issue Nov 13, 2024
tming added a commit that referenced this issue Nov 22, 2024
fix: search as and pump link dir, issue: #317
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant