Skip to content

Commit 1c81338

Browse files
committed
bugfix for git repo url in cf yaml, and change to e2b linux kernel.
1 parent 05deeb5 commit 1c81338

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

e2b-setup-env.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,7 @@ Resources:
630630
- |
631631
# Create directory for E2B infrastructure code
632632
mkdir -p /opt/infra/ && cd /opt/infra/
633-
#git clone https://github.com/aws-samples/sample-e2b-on-aws.git && cd sample-e2b-on-aws
634-
git clone https://github.com/stevensu1977/sample-e2b-on-aws.git && cd sample-e2b-on-aws
633+
git clone https://github.com/aws-samples/sample-e2b-on-aws.git && cd sample-e2b-on-aws
635634
- !Sub |
636635
# Initialize Configuration
637636
touch /tmp/e2b.log

packages/upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [ "$ARCHITECTURE" = "arm64" ]; then
6666
rm -rf release-${latest_version}-aarch64
6767
else
6868
# Download kernel
69-
curl -L https://s3.amazonaws.com/spec.ccfc.min/firecracker-ci/$CI_VERSION/x86_64/vmlinux-$KERNEL_VERSION -o ${TEMP_DIR}/kernels/${KERNEL_FOLDER}/vmlinux.bin
69+
curl -L https://storage.googleapis.com/e2b-prod-public-builds/kernels/vmlinux-6.1.102/vmlinux.bin -o ${TEMP_DIR}/kernels/${KERNEL_FOLDER}/vmlinux.bin
7070
# Download firecracker
7171
curl -L ${fc_url}/download/${FC_VERSION}/firecracker-${FC_VERSION}-x86_64.tgz | tar -xz
7272
mv release-${FC_VERSION}-x86_64/firecracker-${FC_VERSION}-x86_64 \

0 commit comments

Comments
 (0)