Skip to content

Conversation

justsmth
Copy link
Contributor

@justsmth justsmth commented Sep 16, 2025

Description of changes:

Update Android configuration.

Call-outs:

Testing:

Successfully built docker image (on Ubuntu x86 host):

❯ docker build -t ubuntu-24.04:android -f ubuntu-24.04_android/Dockerfile ../
[+] Building 122.8s (11/11) FINISHED                                                                                                                                                                                                            docker:default
 => [internal] load build definition from Dockerfile                                                                                                                                                                                                      0.0s
 => => transferring dockerfile: 2.62kB                                                                                                                                                                                                                    0.0s
 => [internal] load metadata for docker.io/library/ubuntu:24.04                                                                                                                                                                                           0.1s
 => [internal] load .dockerignore                                                                                                                                                                                                                         0.0s
 => => transferring context: 2B                                                                                                                                                                                                                           0.0s
 => [1/6] FROM docker.io/library/ubuntu:24.04@sha256:590e57acc18d58cd25d00254d4ca989bbfcd7d929ca6b521892c9c904c391f50                                                                                                                                     0.0s
 => [internal] load build context                                                                                                                                                                                                                         0.0s
 => => transferring context: 2.21kB                                                                                                                                                                                                                       0.0s
 => CACHED [2/6] RUN set -ex &&     apt-get update -y &&     apt-get -y --no-install-recommends upgrade &&     apt-get -y --no-install-recommends install     python3.12     python3.12-venv     python3-pip     openjdk-17-jdk     perl     libunwind-d  0.0s
 => [3/6] COPY linux-x86/ubuntu-24.04_android /tmp/triggerGradleDownloads/                                                                                                                                                                                0.0s
 => [4/6] RUN  cd /tmp/triggerGradleDownloads &&      echo "JAVA_HOME=$JAVA_HOME" &&      java -version &&      echo "PATH=/usr/local/go/bin:/opt/sdk/cmdline-tools/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" &&      ./  85.8s
 => [5/6] COPY dependencies/install_common_dependencies.sh /                                                                                                                                                                                              0.0s
 => [6/6] RUN set -ex && /install_common_dependencies.sh && rm install_common_dependencies.sh                                                                                                                                                            32.5s
 => exporting to image                                                                                                                                                                                                                                    4.3s
 => => exporting layers                                                                                                                                                                                                                                   4.2s
 => => writing image sha256:56cfb2717f5b3b7d8a8f7360d71aab62bbac70c3356b2600ff143555f80c28a4                                                                                                                                                              0.0s
 => => naming to docker.io/library/ubuntu-24.04:android                                                                                                                                                                                                   0.0s

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@justsmth justsmth requested a review from a team as a code owner September 16, 2025 13:09
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.82%. Comparing base (a66b1de) to head (4abedd3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2687      +/-   ##
==========================================
- Coverage   78.83%   78.82%   -0.02%     
==========================================
  Files         667      667              
  Lines      114077   114077              
  Branches    16046    16046              
==========================================
- Hits        89935    89918      -17     
- Misses      23368    23385      +17     
  Partials      774      774              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@justsmth justsmth merged commit 26ed66e into aws:main Sep 17, 2025
181 of 185 checks passed
@justsmth justsmth deleted the update-android-ci branch September 17, 2025 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants