[info=32ad754ccc2a34bde925bd72203a5bf7]
OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/gcc-14-image?expand=0&rev=132
This commit is contained in:
parent
7ad0e9a32d
commit
68381cbf83
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
|
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE%
|
||||||
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
|
#!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%
|
||||||
#!BuildTag: opensuse/bci/gcc:14-%RELEASE%
|
|
||||||
#!BuildTag: opensuse/bci/gcc:14
|
#!BuildTag: opensuse/bci/gcc:14
|
||||||
#!BuildTag: opensuse/bci/gcc:latest
|
#!BuildTag: opensuse/bci/gcc:latest
|
||||||
|
|
||||||
FROM opensuse/tumbleweed:latest
|
FROM opensuse/tumbleweed:latest
|
||||||
|
|
||||||
RUN set -euo pipefail; \
|
RUN set -euo pipefail; \
|
||||||
zypper -n install --no-recommends gcc14 gcc14-c++ make gcc gcc-c++ curl findutils gawk git-core procps util-linux; \
|
zypper -n install --no-recommends gcc14 gcc14-c++ gcc14-fortran make gcc gcc-c++ gcc-fortran curl findutils gawk git-core procps util-linux; \
|
||||||
zypper -n clean; \
|
zypper -n clean; \
|
||||||
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
|
||||||
|
|
||||||
|
@ -59,10 +59,9 @@ using `zypper`. This includes the following:
|
|||||||
### Available compiler frontends
|
### Available compiler frontends
|
||||||
|
|
||||||
The GNU Compiler Collections supports a wide range of frontends. The container
|
The GNU Compiler Collections supports a wide range of frontends. The container
|
||||||
image ships the C and C++ frontends available as `gcc` and `g++`
|
image ships the C, C++ and fortran frontends available as `gcc`, `g++` and `gfortran`
|
||||||
respectively. The following additional frontends can be installed from the
|
respectively. The following additional frontends can be installed from the
|
||||||
repository:
|
repository:
|
||||||
- `gcc14-fortran` for Fortran support
|
|
||||||
- `gcc14-ada` for the Ada frontend (GNAT)
|
- `gcc14-ada` for the Ada frontend (GNAT)
|
||||||
- `gcc14-go` for the Go frontend
|
- `gcc14-go` for the Go frontend
|
||||||
- `gcc14-objc` and `gcc14-obj-c++` for the Objective C and Objective C++
|
- `gcc14-objc` and `gcc14-obj-c++` for the Objective C and Objective C++
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 15:23:20 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- drop tag_version-%RELEASE%
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 14:22:15 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
- add fortran
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot <bci-internal@suse.de>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user