mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: disable ccache on macos build system test
This commit is contained in:
parent
d4903be742
commit
e9a053e2dc
@ -537,7 +537,7 @@ pytest_build_system_macos:
|
|||||||
extends:
|
extends:
|
||||||
- .test_build_system_template
|
- .test_build_system_template
|
||||||
- .before_script:build:macos
|
- .before_script:build:macos
|
||||||
- .after_script:build:macos:ccache:upload-when-fail
|
- .after_script:build:macos:upload-when-fail
|
||||||
- .rules:build:macos
|
- .rules:build:macos
|
||||||
tags:
|
tags:
|
||||||
- macos_shell
|
- macos_shell
|
||||||
@ -552,6 +552,7 @@ pytest_build_system_macos:
|
|||||||
junit: XUNIT_RESULT.xml
|
junit: XUNIT_RESULT.xml
|
||||||
variables:
|
variables:
|
||||||
PYENV_VERSION: "3.8"
|
PYENV_VERSION: "3.8"
|
||||||
|
CI_CCACHE_DISABLE: "1" # ccache: error: Read-only file system
|
||||||
|
|
||||||
build_docker:
|
build_docker:
|
||||||
extends:
|
extends:
|
||||||
|
@ -207,13 +207,12 @@ variables:
|
|||||||
- *setup_tools_and_idf_python_venv
|
- *setup_tools_and_idf_python_venv
|
||||||
- fetch_submodules
|
- fetch_submodules
|
||||||
|
|
||||||
.after_script:build:macos:ccache:upload-when-fail:
|
.after_script:build:macos:upload-when-fail:
|
||||||
after_script:
|
after_script:
|
||||||
# macos is running shell executor, which means it would use
|
# macos is running shell executor, which means it would use
|
||||||
# the system installed /usr/local/bin/python3 by default.
|
# the system installed /usr/local/bin/python3 by default.
|
||||||
# Ensure pyenv and PYENV_VERSION installed
|
# Ensure pyenv and PYENV_VERSION installed
|
||||||
- eval "$(pyenv init -)"
|
- eval "$(pyenv init -)"
|
||||||
- *show_ccache_statistics
|
|
||||||
- *upload_failed_job_log_artifacts
|
- *upload_failed_job_log_artifacts
|
||||||
|
|
||||||
.before_script:build:
|
.before_script:build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user