Skip to content

Commit f16f2fd

Browse files
bhcopelandnuclearcat
authored andcommitted
kernelci: cli: docker: use gcc-12 instead of gcc-10
GCC-10 was dropped with the refactor, so just update cli to output working command. Signed-off-by: Ben Copeland <[email protected]>
1 parent b44e210 commit f16f2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernelci/cli/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def kci_docker():
4141
4242
The image and fragment names are positional arguments. For example:
4343
44-
kci docker build gcc-10 --arch=x86 kernelci kselftest
44+
kci docker build gcc-12 --arch=x86 kernelci kselftest
4545
4646
kci docker generate kernelci
4747
"""

0 commit comments

Comments
 (0)