File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ RUN apt-get update \
38
38
libbfd-dev \
39
39
libcurl4-openssl-dev \
40
40
libdw-dev \
41
+ libfdt-dev \
41
42
libiberty-dev \
42
43
libssl-dev \
43
44
lsof \
@@ -60,20 +61,6 @@ RUN apt-get update \
60
61
&& python3 -m pip install --upgrade pip \
61
62
&& rm -rf /var/lib/apt/lists/*
62
63
63
- # We need to build libfdt-dev using -fno-stack-protector
64
- # See https://github.com/rust-lang/rust/issues/79791
65
- RUN mkdir "$TMP_BUILD_DIR" \
66
- && sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list \
67
- && apt update \
68
- && apt -y install build-essential fakeroot dpkg-dev \
69
- && apt source libfdt-dev \
70
- && apt -y build-dep libfdt-dev \
71
- && cd device-tree-compiler-1.4.5 \
72
- && echo "CFLAGS += -fno-stack-protector" >> libfdt/Makefile.libfdt \
73
- && dpkg-buildpackage -uc -us -b \
74
- && dpkg -i ../libfdt1_1.4.5-3_arm64.deb ../libfdt-dev_1.4.5-3_arm64.deb \
75
- && rm -rf "$TMP_BUILD_DIR"
76
-
77
64
RUN python3 -m pip install poetry
78
65
RUN mkdir "$TMP_POETRY_DIR"
79
66
COPY tools/devctr/pyproject.toml $POETRY_LOCK_PATH "$TMP_POETRY_DIR/"
Original file line number Diff line number Diff line change 72
72
DEVCTR_IMAGE_NO_TAG=" public.ecr.aws/firecracker/fcuvm"
73
73
74
74
# Development container tag
75
- DEVCTR_IMAGE_TAG=" v29 "
75
+ DEVCTR_IMAGE_TAG=" v30 "
76
76
77
77
# Development container image (name:tag)
78
78
# This should be updated whenever we upgrade the development container.
You can’t perform that action at this time.
0 commit comments