openLuat / LuatOS

LuatOS -- Powerful embedded Lua Engine for IoT devices, with many components and low memory requirements (16K RAM, 128K Flash)
https://wiki.luatos.com
MIT License
452 stars 102 forks source link

[🐛Bug]: air601的云编译出现编译失败 #100

Closed Wuqiyang312 closed 7 months ago

Wuqiyang312 commented 7 months ago

描述一下这个bug / Describe the bug

在我想给air601添加tls支持时发现无法编译成功 "component": { "wdt": true, "httpsrv": true, "gpio": true, "tls": true, "MBEDTLS_DEBUG_C": true, "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED": true },

复现步骤 / To Reproduce

创建新构建 选择tls httpsrv wdt gpio 点击保存 开始编译

如果正常,应该是什么样 / Expected behavior

编译成功

截图 / Screenshots

image

日志 / Logs

{ "id": "7b9agfi7q0hqbq2ip0hg2sk13r", "version": 1, "chip": "air601", "component": { "wdt": true, "httpsrv": true, "gpio": true, "tls": true, "MBEDTLS_DEBUG_C": true, "MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED": true }, "dataFile": null, "user": { "id": "3hkpn4713ghr3pa79esei6uaqd", "email": "wuqiyang312@163.com", "phone": "" } }

PACK包版本 / Version

v1021.air601

验证

wendal commented 7 months ago

构建服务器所在的区域网络故障, 已修复