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

Remove all references to CONFIG_SCHED_ATEXIT #2898

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

yamt
Copy link
Contributor

@yamt yamt commented Dec 18, 2024

Summary

It has been removed a few years ago.
apache/nuttx#6197

Impact

Testing

@yamt
Copy link
Contributor Author

yamt commented Dec 18, 2024

the ci failure looks unrelated.

error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: error reading section header 'shallow-info'
fatal: clone of 'https://github.com/espressif/esp32c3-bt-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/bt/controller/lib_esp32c3_family' failed
Failed to clone 'components/bt/controller/lib_esp32c3_family'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp-coex-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp-coex-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_coex/lib' failed
Failed to clone 'components/esp_coex/lib'. Retry scheduled
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: error reading section header 'shallow-info'
fatal: clone of 'https://github.com/espressif/esp-phy-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_phy/lib' failed
Failed to clone 'components/esp_phy/lib'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp32-wifi-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp32-wifi-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_wifi/lib' failed
Failed to clone 'components/esp_wifi/lib'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/mbedtls.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/mbedtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp32c3-bt-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp32c3-bt-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/bt/controller/lib_esp32c3_family' failed
Failed to clone 'components/bt/controller/lib_esp32c3_family' a second time, aborting
make[1]: *** [common/espressif/Make.defs:193: chip/esp-hal-3rdparty] Error 1
make[1]: Target 'context' not remade because of errors.
make: *** [tools/Unix.mk:457: arch/risc-v/src/.context] Error 2
make: Target 'all' not remade because of errors.

@yamt
Copy link
Contributor Author

yamt commented Dec 18, 2024

the ci failure looks unrelated.

error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: error reading section header 'shallow-info'
fatal: clone of 'https://github.com/espressif/esp32c3-bt-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/bt/controller/lib_esp32c3_family' failed
Failed to clone 'components/bt/controller/lib_esp32c3_family'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp-coex-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp-coex-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_coex/lib' failed
Failed to clone 'components/esp_coex/lib'. Retry scheduled
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: error reading section header 'shallow-info'
fatal: clone of 'https://github.com/espressif/esp-phy-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_phy/lib' failed
Failed to clone 'components/esp_phy/lib'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp32-wifi-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp32-wifi-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/esp_wifi/lib' failed
Failed to clone 'components/esp_wifi/lib'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/mbedtls.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/mbedtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls'. Retry scheduled
fatal: unable to access 'https://github.com/espressif/esp32c3-bt-lib.git/': The requested URL returned error: 503
fatal: clone of 'https://github.com/espressif/esp32c3-bt-lib.git' into submodule path '/github/workspace/sources/nuttx/arch/risc-v/src/esp32c3/esp-hal-3rdparty/components/bt/controller/lib_esp32c3_family' failed
Failed to clone 'components/bt/controller/lib_esp32c3_family' a second time, aborting
make[1]: *** [common/espressif/Make.defs:193: chip/esp-hal-3rdparty] Error 1
make[1]: Target 'context' not remade because of errors.
make: *** [tools/Unix.mk:457: arch/risc-v/src/.context] Error 2
make: Target 'all' not remade because of errors.

restarted.

@xiaoxiang781216 xiaoxiang781216 merged commit 53db781 into apache:master Dec 18, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants