File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 \
38
38
39
39
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 11
40
40
41
- # RUN mkdir -p /mnt/host_home
42
- # RUN mkdir -p /mnt/host_tmp
43
-
44
41
RUN apt-get clean \
45
42
&& apt-get -y autoremove \
46
43
&& rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 5
5
#include < iostream>
6
6
7
7
#define SPINWALK_VERSION_MAJOR 1
8
- #define SPINWALK_VERSION_MINOR 13
9
- #define SPINWALK_VERSION_PATCH 13
8
+ #define SPINWALK_VERSION_MINOR 15
9
+ #define SPINWALK_VERSION_PATCH 0
10
10
11
11
// ---------------------------------------------------------------------------------------------
12
12
//
You can’t perform that action at this time.
0 commit comments