Skip to content

Commit 95090da

Browse files
committed
TEMPORARY: use ARMmbed/mbed-os#14582
1 parent 6592143 commit 95090da

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
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:

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

mbed-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/
1+
https://github.com/LDong-Arm/mbed-os/#cfaf2912688038e3f8879a998e79b8334cb48629

0 commit comments

Comments
 (0)