# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps examples/get-started/blink: disable: - if: IDF_TARGET == "esp32p4" temporary: true reason: target esp32p4 is not supported yet # TODO: IDF-8074 examples/get-started/hello_world: enable: - if: INCLUDE_DEFAULT == 1 or IDF_TARGET == "linux"