Skip to content

Commit 1de372e

Browse files
committed
Fix TI build
Clean-up other targets
1 parent 7bc3b9e commit 1de372e

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

azure-pipelines-nightly.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ jobs:
301301
steps:
302302
- template: azure-pipelines-templates/build-preparations.yml
303303
- template: azure-pipelines-templates/nb-gitversioning.yml
304-
# - template: azure-pipelines-templates/download-install-cmake.yml
305304
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
306-
# - template: azure-pipelines-templates/download-install-ninja.yml
307305
- template: azure-pipelines-templates/download-srecord.yml
308306
- template: azure-pipelines-templates/download-hexdfu.yml
309307
- template: azure-pipelines-templates/build-chibios-stm32-targets.yml
@@ -672,9 +670,9 @@ jobs:
672670
steps:
673671
- template: azure-pipelines-templates/build-preparations.yml
674672
- template: azure-pipelines-templates/nb-gitversioning.yml
675-
# - template: azure-pipelines-templates/download-install-cmake.yml
673+
- template: azure-pipelines-templates/download-install-cmake.yml
676674
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
677-
# - template: azure-pipelines-templates/download-install-ninja.yml
675+
- template: azure-pipelines-templates/download-install-ninja.yml
678676
- template: azure-pipelines-templates/build-ti-simplelink-targets.yml
679677
- template: azure-pipelines-templates/pack-publish-artifacts.yml
680678
- template: azure-pipelines-templates/publish-cloudsmith.yml
@@ -724,9 +722,7 @@ jobs:
724722
steps:
725723
- template: azure-pipelines-templates/build-preparations.yml
726724
- template: azure-pipelines-templates/nb-gitversioning.yml
727-
# - template: azure-pipelines-templates/download-install-cmake.yml
728725
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
729-
# - template: azure-pipelines-templates/download-install-ninja.yml
730726
- template: azure-pipelines-templates/download-hexdfu.yml
731727
- template: azure-pipelines-templates/download-srecord.yml
732728
- template: azure-pipelines-templates/build-azurertos-targets.yml

azure-pipelines.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,7 @@ jobs:
420420
steps:
421421
- template: azure-pipelines-templates/build-preparations.yml
422422
- template: azure-pipelines-templates/nb-gitversioning.yml
423-
# - template: azure-pipelines-templates/download-install-cmake.yml
424423
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
425-
# - template: azure-pipelines-templates/download-install-ninja.yml
426424
- template: azure-pipelines-templates/download-srecord.yml
427425
- template: azure-pipelines-templates/download-hexdfu.yml
428426
- template: azure-pipelines-templates/build-chibios-stm32-targets.yml
@@ -623,9 +621,7 @@ jobs:
623621
steps:
624622
- template: azure-pipelines-templates/build-preparations.yml
625623
- template: azure-pipelines-templates/nb-gitversioning.yml
626-
# - template: azure-pipelines-templates/download-install-cmake.yml
627624
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
628-
# - template: azure-pipelines-templates/download-install-ninja.yml
629625
- template: azure-pipelines-templates/download-srecord.yml
630626
- template: azure-pipelines-templates/build-freertos-nxp-targets.yml
631627
- template: azure-pipelines-templates/pack-publish-artifacts.yml
@@ -702,9 +698,9 @@ jobs:
702698
steps:
703699
- template: azure-pipelines-templates/build-preparations.yml
704700
- template: azure-pipelines-templates/nb-gitversioning.yml
705-
# - template: azure-pipelines-templates/download-install-cmake.yml
701+
- template: azure-pipelines-templates/download-install-cmake.yml
706702
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
707-
# - template: azure-pipelines-templates/download-install-ninja.yml
703+
- template: azure-pipelines-templates/download-install-ninja.yml
708704
- template: azure-pipelines-templates/build-ti-simplelink-targets.yml
709705
- template: azure-pipelines-templates/pack-publish-artifacts.yml
710706
- template: azure-pipelines-templates/publish-cloudsmith.yml
@@ -774,9 +770,7 @@ jobs:
774770
steps:
775771
- template: azure-pipelines-templates/build-preparations.yml
776772
- template: azure-pipelines-templates/nb-gitversioning.yml
777-
# - template: azure-pipelines-templates/download-install-cmake.yml
778773
- template: azure-pipelines-templates/download-install-arm-gcc-toolchain.yml
779-
# - template: azure-pipelines-templates/download-install-ninja.yml
780774
- template: azure-pipelines-templates/download-hexdfu.yml
781775
- template: azure-pipelines-templates/download-srecord.yml
782776
- template: azure-pipelines-templates/build-azurertos-targets.yml

0 commit comments

Comments
 (0)