Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit afff86c

Browse files
committedFeb 4, 2025ยท
CI: Build with and without cc side-by-side and build cache
1 parent fea701b commit afff86c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

โ€Ž.buildkite/pipeline.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ agents:
55
queue: "android"
66

77
steps:
8-
- label: "๐Ÿ›  Assemble with CC [No Build Cache]"
8+
- label: "๐Ÿ›  Assemble with CC"
99
command: |
1010
echo "--- :rubygems: Setting up Gems"
1111
install_gems
@@ -14,17 +14,17 @@ steps:
1414
bundle exec fastlane run configure_apply
1515
1616
echo "--- ๐Ÿ›  Build with CC"
17-
./gradlew assembleJetpackJalapenoDebug --no-build-cache
17+
./gradlew assembleJetpackJalapenoDebug
1818
plugins: [ $CI_TOOLKIT ]
1919

20-
- label: "๐Ÿ›  Assemble without CC [No Build Cache]"
20+
- label: "๐Ÿ›  Assemble without CC"
2121
command: |
2222
echo "--- :rubygems: Setting up Gems"
2323
install_gems
2424
2525
echo "--- :closed_lock_with_key: Installing Secrets"
2626
bundle exec fastlane run configure_apply
2727
28-
echo "--- ๐Ÿ›  Build without CC [No Build Cache]"
29-
./gradlew assembleJetpackJalapenoDebug --no-build-cache --no-configuration-cache
28+
echo "--- ๐Ÿ›  Build without CC"
29+
./gradlew assembleJetpackJalapenoDebug --no-configuration-cache
3030
plugins: [ $CI_TOOLKIT ]

0 commit comments

Comments
 (0)
Please sign in to comment.