File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
s3-uploader/runtimes/dotnet8_aot_on_provided_al2023 Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ container-uploader/*.zip
7
7
s3-uploader /node_modules
8
8
s3-uploader /runtimes /rust_on_provided_al2 /target
9
9
s3-uploader /runtimes /rust_on_provided_al2023 /target
10
- s3-uploader /runtimes /dotnetcore31 /src /obj
11
- s3-uploader /runtimes /dotnet6 /src /obj
10
+ s3-uploader /runtimes /dotnet * /src /obj
12
11
s3-uploader /runtimes /java21 /.gradle
13
12
s3-uploader /runtimes /java21 /build
14
13
s3-uploader /runtimes /java21 /bin
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ COPY src .
6
6
RUN yum update -y && yum install -y clang zlib-devel krb5-devel openssl-devel zip gzip tar wget
7
7
RUN wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh && chmod +x ./dotnet-install.sh && ./dotnet-install.sh --version latest
8
8
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
9
+ ENV SSL_CERT_FILE=/tmp/noop
9
10
RUN /root/.dotnet/dotnet publish --configuration Release --arch $ARCH --output /tmp/publish
10
11
RUN zip -j /tmp/code.zip /tmp/publish/bootstrap
11
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"configuration" : " Release" ,
3
+ "environment-variables" : " SSL_CERT_FILE=/tmp/noop" ,
3
4
"framework" : " net8.0" ,
4
5
"function-runtime" : " provided.al2023" ,
5
6
"function-memory-size" : 256 ,
You can’t perform that action at this time.
0 commit comments