Skip to content

Commit d35a87b

Browse files
Add clib deployment back to circleci jobs
1 parent 45f7184 commit d35a87b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ jobs:
529529

530530
- deploy-maven-jni-snapshot-unix
531531

532-
# - deploy-clib-snapshot-unix
532+
- deploy-clib-snapshot-unix
533533
# - test-clib-assembly-linux:
534534
# target-arch: arm64
535535

@@ -551,7 +551,7 @@ jobs:
551551

552552
- deploy-maven-jni-snapshot-unix
553553

554-
# - deploy-clib-snapshot-unix
554+
- deploy-clib-snapshot-unix
555555
# - test-clib-assembly-linux:
556556
# target-arch: x86_64
557557

@@ -575,7 +575,7 @@ jobs:
575575

576576
# - run: brew install cmake
577577

578-
# - deploy-clib-snapshot-unix
578+
- deploy-clib-snapshot-unix
579579
# - test-clib-assembly-mac:
580580
# target-arch: arm64
581581

@@ -599,7 +599,7 @@ jobs:
599599

600600
# - run: brew install cmake
601601

602-
# - deploy-clib-snapshot-unix
602+
- deploy-clib-snapshot-unix
603603
# - test-clib-assembly-mac:
604604
# target-arch: x86_64
605605

@@ -620,8 +620,8 @@ jobs:
620620

621621
- run: .circleci\windows\java\deploy_snapshot.bat
622622

623-
# - run: .circleci\windows\clib\deploy_snapshot.bat
624-
# - run: .circleci\windows\clib\test_assembly.bat
623+
- run: .circleci\windows\clib\deploy_snapshot.bat
624+
- run: .circleci\windows\clib\test_assembly.bat
625625

626626
# - run: .circleci\windows\cpp\deploy_snapshot.bat
627627
# - run: .circleci\windows\cpp\test_assembly.bat
@@ -728,7 +728,7 @@ jobs:
728728
bazel-arch: arm64
729729
- deploy-pip-release-unix
730730
- deploy-maven-jni-release-unix
731-
# - deploy-clib-release-unix
731+
- deploy-clib-release-unix
732732
# - deploy-cpp-release-unix
733733

734734
# - install-libicu-linux
@@ -742,7 +742,7 @@ jobs:
742742
bazel-arch: amd64
743743
- deploy-pip-release-unix
744744
- deploy-maven-jni-release-unix
745-
# - deploy-clib-release-unix
745+
- deploy-clib-release-unix
746746
# - deploy-cpp-release-unix
747747

748748
# - install-libicu-linux
@@ -756,7 +756,7 @@ jobs:
756756
bazel-arch: arm64
757757
- deploy-pip-release-unix
758758
- deploy-maven-jni-release-unix
759-
# - deploy-clib-release-unix
759+
- deploy-clib-release-unix
760760
# - deploy-cpp-release-unix
761761
# - deploy-dotnet-runtime-release-unix
762762

@@ -769,7 +769,7 @@ jobs:
769769
bazel-arch: amd64
770770
- deploy-pip-release-unix
771771
- deploy-maven-jni-release-unix
772-
# - deploy-clib-release-unix
772+
- deploy-clib-release-unix
773773
# - deploy-cpp-release-unix
774774
# - deploy-dotnet-runtime-release-unix
775775

@@ -781,7 +781,7 @@ jobs:
781781
- run: .circleci\windows\prepare.bat
782782
- run: .circleci\windows\python\deploy_release.bat
783783
- run: .circleci\windows\java\deploy_release.bat
784-
# - run: .circleci\windows\clib\deploy_release.bat
784+
- run: .circleci\windows\clib\deploy_release.bat
785785
# - run: .circleci\windows\cpp\deploy_release.bat
786786
# - run: .circleci\windows\csharp\deploy_release.bat
787787

0 commit comments

Comments
 (0)