We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb1eb0 commit 9ae0e24Copy full SHA for 9ae0e24
1 file changed
.gitlab-ci.yml
@@ -792,7 +792,10 @@ test_pie_optimizations:
792
- when: on_success
793
allow_failure: true
794
script:
795
- - LLVM_PROJECT_PATH=$PWD
+ - export LLVM_PROJECT_PATH=$PWD
796
+ - export ESP_LLVM_BIN_PREPEND_DISABLED=1
797
+ - export DSP_ASM_COMPARE_MODE=relaxed
798
+ - export DSP_ASM_COMPARE_SHOW_SIMILARITY=1
799
- ls -l ${PWD}/${DIST_DIR}
800
- PIE_TEST_TOOLS_ARCH=${PWD}/${DIST_DIR}/pie_test_tools.tar.xz
801
- echo "Unpacking tools for PIE optimization tests"
0 commit comments