We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462c9e8 commit b517bcaCopy full SHA for b517bca
build/plugins/docker/Dockerfile
@@ -47,7 +47,7 @@ RUN set -ex \
47
build-essential \
48
coreutils \
49
gcc \
50
- gcc-multlib \
+ gcc-multilib \
51
gcovr \
52
gdb \
53
git-all \
build/standard/docker/Dockerfile
libc-dev \
locales \
build/standard/packages.yml
@@ -1,5 +1,5 @@
1
2
- gcc # GNU Compiler Collection
3
- libc-dev # Common C development packages
4
-- gcc-multlib # Processor architectures
+- gcc-multilib # Processor architectures
5
- gdb # Debugger (for Ceedling `backtrace` feature)
0 commit comments