File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 micro_ros_zephyr_module :
1111 runs-on : ubuntu-latest
12- container : ubuntu:20 .04
12+ container : ubuntu:22 .04
1313 strategy :
1414 fail-fast : false
1515 matrix :
3434 run : |
3535 apt update
3636 export DEBIAN_FRONTEND=noninteractive
37- apt install -y wget
38- wget https://apt.kitware.com/kitware-archive.sh
39- bash kitware-archive.sh
40- apt install -y --no-install-recommends git cmake ninja-build gperf \
37+ apt install -y --no-install-recommends wget git cmake ninja-build gperf \
4138 ccache dfu-util device-tree-compiler wget curl gnupg2 \
4239 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
4340 make gcc gcc-multilib g++-multilib libsdl2-dev
7067
7168 micro_ros_zephyr_module_v3 :
7269 runs-on : ubuntu-latest
73- container : ubuntu:20 .04
70+ container : ubuntu:22 .04
7471 strategy :
7572 fail-fast : false
7673 matrix :
8986 run : |
9087 apt update
9188 export DEBIAN_FRONTEND=noninteractive
92- apt install -y wget
93- wget https://apt.kitware.com/kitware-archive.sh
94- bash kitware-archive.sh
95- apt install -y --no-install-recommends git cmake ninja-build gperf \
89+ apt install -y --no-install-recommends wget git cmake ninja-build gperf \
9690 ccache dfu-util device-tree-compiler wget \
9791 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
9892 make gcc gcc-multilib g++-multilib libsdl2-dev
Original file line number Diff line number Diff line change 1212
1313 micro_ros_zephyr_module :
1414 runs-on : ubuntu-latest
15- container : ubuntu:20 .04
15+ container : ubuntu:22 .04
1616 strategy :
1717 fail-fast : false
1818 matrix :
4444 run : |
4545 apt update
4646 export DEBIAN_FRONTEND=noninteractive
47- apt install -y wget
48- wget https://apt.kitware.com/kitware-archive.sh
49- bash kitware-archive.sh
50- apt install -y --no-install-recommends git cmake ninja-build gperf \
47+ apt install -y --no-install-recommends wget git cmake ninja-build gperf \
5148 ccache dfu-util device-tree-compiler wget curl gnupg2 \
5249 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
5350 make gcc gcc-multilib g++-multilib libsdl2-dev
8077
8178 micro_ros_zephyr_module_v3 :
8279 runs-on : ubuntu-latest
83- container : ubuntu:20 .04
80+ container : ubuntu:22 .04
8481 strategy :
8582 fail-fast : false
8683 matrix :
@@ -106,10 +103,7 @@ jobs:
106103 run : |
107104 apt update
108105 export DEBIAN_FRONTEND=noninteractive
109- apt install -y wget
110- wget https://apt.kitware.com/kitware-archive.sh
111- bash kitware-archive.sh
112- apt install -y --no-install-recommends git cmake ninja-build gperf \
106+ apt install -y --no-install-recommends wget git cmake ninja-build gperf \
113107 ccache dfu-util device-tree-compiler wget \
114108 python3-dev python3-pip python3-setuptools python3-tk python3-wheel xz-utils file \
115109 make gcc gcc-multilib g++-multilib libsdl2-dev
You can’t perform that action at this time.
0 commit comments