Skip to content
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

Update dart #18068

Closed
Closed

Conversation

itsjustkevin
Copy link
Contributor

No description provided.

@itsjustkevin itsjustkevin requested a review from a team as a code owner December 11, 2024 14:54
Copy link

Diff for 4182a0a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 63cdb22..b29527f 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,8 @@
 Maintainers: Alexander Thomas <athom@google.com> (@athomas), Tony Pujals <tonypujals@google.com> (@subfuzion)
 GitRepo: https://github.com/dart-lang/dart-docker.git
 GitFetch: refs/heads/main
-GitCommit: 78d6abbd3622fd4643eba38db0530d546b964ee7
+GitCommit: f95ecceed31b47b3fda2e471cd504138437bbcd5
 
-Tags: 3.5.4-sdk, 3.5-sdk, 3-sdk, stable-sdk, sdk, 3.5.4, 3.5, 3, stable, latest
+Tags: 3.6.0-sdk, 3.6-sdk, 3-sdk, stable-sdk, sdk, 3.6.0, 3.6, 3, stable, latest, beta-sdk, beta
 Architectures: amd64, arm32v7, arm64v8
 Directory: stable/bookworm
-
-Tags: 3.6.0-334.4.beta-sdk, beta-sdk, 3.6.0-334.4.beta, beta
-Architectures: amd64, arm32v7, arm64v8
-Directory: beta/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 8f10869..995407c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,11 +1,9 @@
 dart:3
 dart:3-sdk
-dart:3.5
-dart:3.5-sdk
-dart:3.5.4
-dart:3.5.4-sdk
-dart:3.6.0-334.4.beta
-dart:3.6.0-334.4.beta-sdk
+dart:3.6
+dart:3.6-sdk
+dart:3.6.0
+dart:3.6.0-sdk
 dart:beta
 dart:beta-sdk
 dart:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 819b815..98a95cb 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1 @@
 dart:beta
-dart:latest
diff --git a/dart_beta/Dockerfile b/dart_beta/Dockerfile
index 6bdc1ad..06c53b5 100644
--- a/dart_beta/Dockerfile
+++ b/dart_beta/Dockerfile
@@ -57,18 +57,18 @@ WORKDIR /root
 RUN set -eux; \
     case "$(dpkg --print-architecture)" in \
         amd64) \
-            DART_SHA256=4a97e00d073c74af8b14d45f3251db2f3a3e9718be4be754366b24d50b356ccc; \
+            DART_SHA256=8e14ff436e1eec72618dabc94f421a97251f2068c9cc9ad2d3bb9d232d6155a3; \
             SDK_ARCH="x64";; \
         armhf) \
-            DART_SHA256=7f21ebfd01e965e3fe2b63c90b440a671e6233c851e8b16f58f52d693844d8c3; \
+            DART_SHA256=7281158159d65d35d0bee46a97eb425f3efcb53ca3e52fd4901aac47da8af3fc; \
             SDK_ARCH="arm";; \
         arm64) \
-            DART_SHA256=df78b887350eaf0fe4ccda373ce1359461d5e70761d1f79945af028d5dc70e52; \
+            DART_SHA256=0f82f10f808c7003d0d03294ae9220b5e0824ab3d2d19b4929d4fa735254e7bf; \
             SDK_ARCH="arm64";; \
     esac; \
     SDK="dartsdk-linux-${SDK_ARCH}-release.zip"; \
     BASEURL="https://storage.googleapis.com/dart-archive/channels"; \
-    URL="$BASEURL/beta/release/3.6.0-334.4.beta/sdk/$SDK"; \
+    URL="$BASEURL/stable/release/3.6.0/sdk/$SDK"; \
     echo "SDK: $URL" >> dart_setup.log ; \
     curl -fLO "$URL"; \
     echo "$DART_SHA256 *$SDK" \
diff --git a/dart_latest/Dockerfile b/dart_latest/Dockerfile
deleted file mode 100644
index 5091a5d..0000000

Relevant Maintainers:

@itsjustkevin
Copy link
Contributor Author

Abandoning in favor of a new PR coming soon that will include an updated beta version for the 3.7 beta.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant