File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2222 apt-get update -y
2323 apt-get install -y cmake srecord ninja-build # TF-M dependencies
2424 cd mbed-os-tf-m-regression-tests
25- git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git
25+ # TEMPORARY: Use ARMmbed/mbed-os/pull#14582
26+ # git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git
27+ git clone https://github.com/LDong-Arm/mbed-os -b TF-Mv1.3.0_update --depth=1
2628 - compile :
2729 target : " ARM_MUSCA_S1"
2830 - compile :
Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ matrix:
7474 - export PATH="$(pwd)/bin:$PATH"
7575 # Install Mbed CLI and dependencies
7676 - pip install --upgrade mbed-tools
77- - mbed-tools deploy
77+ # TEMPORARY: Use ARMmbed/mbed-os/pull#14582
78+ # - mbed-tools deploy
79+ - git clone https://github.com/LDong-Arm/mbed-os -b TF-Mv1.3.0_update --depth=1
7880 - pip install -r mbed-os/requirements.txt
7981 script :
8082 # Build TF-M and all tests
Original file line number Diff line number Diff line change 1- https://github.com/ARMmbed /mbed-os/
1+ https://github.com/LDong-Arm /mbed-os/#cfaf2912688038e3f8879a998e79b8334cb48629
You can’t perform that action at this time.
0 commit comments