Skip to content

Commit b1ab9e8

Browse files
authored
feat: remove dotnet on al2 (#3357)
* feat: remove dotnet on al2 * fix: version
1 parent 32f596a commit b1ab9e8

8 files changed

Lines changed: 1 addition & 110 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ updates:
4949
directory: "s3-uploader/runtimes/dotnet7_aot_on_provided_al2/src"
5050
schedule:
5151
interval: "daily"
52-
- package-ecosystem: "nuget"
53-
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src"
54-
schedule:
55-
interval: "daily"
5652
- package-ecosystem: "nuget"
5753
directory: "s3-uploader/runtimes/dotnet8_aot_on_provided_al2023/src"
5854
schedule:

manifest.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,6 @@
131131
"baseImage": "public.ecr.aws/lambda/dotnet:8"
132132
}
133133
},
134-
{
135-
"displayName": "dotnet8 aot (prov.al2)",
136-
"runtime": "provided.al2",
137-
"handler": "bootstrap",
138-
"path": "dotnet8_aot_on_provided_al2",
139-
"architectures": ["x86_64", "arm64"],
140-
"image": {
141-
"baseImage": "public.ecr.aws/lambda/provided:al2"
142-
}
143-
},
144134
{
145135
"displayName": "dotnet8 aot (prov.al2023)",
146136
"runtime": "provided.al2023",

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/Dockerfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/build.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src/Function.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src/LambdaPerf.csproj

Lines changed: 0 additions & 25 deletions
This file was deleted.

s3-uploader/runtimes/dotnet8_aot_on_provided_al2/src/aws-lambda-tools-defaults.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

s3-uploader/runtimes/dotnet9_aot_on_provided_al2023/src/LambdaPerf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.14.1" />
2020
<PackageReference Include="Amazon.Lambda.Core" Version="2.8.0" />
2121
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
22-
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="10.0.0" />
22+
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.11" />
2323
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.11" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)