CrealityOfficial / conan_build

0 stars 3 forks source link

python3 create_patch.py -n opensource-mac -f patches/CrealityPrint.patch 报错 #1

Open rushairer opened 9 months ago

rushairer commented 9 months ago

python3 create_patch.py -n opensource-mac -f patches/CrealityPrint.patch 报错

ERROR: Profile not found: mac
ERROR: Profile not found: mac
ERROR: No remote 'artifactory' defined in remotes
anoobzenggui commented 9 months ago

image

copy ./profiles/desktop/mac to conan profile location

anoobzenggui commented 9 months ago

the README.md updated

rushairer commented 9 months ago

thanks

rushairer commented 9 months ago

the error

ERROR: No remote 'artifactory' defined in remotes

still exists

anoobzenggui commented 9 months ago

you can firstly modify ./conan/remotes.json to add a remote to hold conan libs. { "name": "artifactory", "url": "http://172.20.180.12:8081/artifactory/api/conan/conan", "verify_ssl": true }

image

but this is a inner server, i don't known what will be happen next. we will fix it.

anoobzenggui commented 9 months ago

it's fixed now.

rushairer commented 9 months ago

it's fixed now.

Thank you