diff options
| author | CoprDistGit <infra@openeuler.org> | 2025-10-28 00:01:38 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2025-10-28 00:01:38 +0000 |
| commit | f6255b4b9068e57305af0d7a6b8b62f086a756a5 (patch) | |
| tree | 16ec43ba5924fe2a800c2984d66733c8b303d0cf | |
| parent | e38d3fce5d28e4a12efb91bd1847e12c81242396 (diff) | |
automatic import of osmind-ai
| -rw-r--r-- | osmind-ai.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/osmind-ai.spec b/osmind-ai.spec index 8f24add..91ff33d 100644 --- a/osmind-ai.spec +++ b/osmind-ai.spec @@ -23,10 +23,10 @@ OSMind AI Service packaged as RPM. %setup -q %build -#export https_proxy=http://185.239.85.89:3128 -#export http_proxy=http://185.239.85.89:3128 -#go mod tidy -#go build -o osmind_agent cmd/einoagent/main.go # 替换为你的编译命令 +export https_proxy=http://185.239.85.89:3128 +export http_proxy=http://185.239.85.89:3128 +go mod tidy +go build -o osmind_agent cmd/einoagent/main.go # 替换为你的编译命令 %install # 创建目录 |
