8000 Configuration cache should just work for internally run CI scripts by kaeawc · Pull Request #630 · androidx/androidx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Configuration cache should just work for internally run CI scripts #630

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: androidx-main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions busytown/androidx_multiplatform_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export USE_ANDROIDX_REMOTE_BUILD_CACHE=false
# Setup simulators
impl/androidx-native-mac-simulator-setup.sh

impl/build.sh buildOnServer listTaskOutputs --no-configuration-cache createAllArchives -Pandroidx.constraints=true
impl/build.sh buildOnServer listTaskOutputs createAllArchives -Pandroidx.constraints=true

# run a separate createAllArchives task to prepare a repository
# folder in DIST.
# This cannot be merged with the buildOnServer run because
# snapshot version is not a proper release version.
DIST_DIR=$DIST_DIR/snapshots SNAPSHOT=true impl/build.sh createAllArchives --no-configuration-cache -Pandroidx.constraints=true
DIST_DIR=$DIST_DIR/snapshots SNAPSHOT=true impl/build.sh createAllArchives -Pandroidx.constraints=true
1 change: 0 additions & 1 deletion busytown/androidx_multiplatform_mac_host_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ cd "$(dirname $0)"
impl/androidx-native-mac-simulator-setup.sh

impl/build.sh darwinBenchmarkResults allHostTests \
--no-configuration-cache \
-Pandroidx.ignoreTestFailures \
-Pandroidx.displayTestOutput=false \
"$@"
Expand Down
0