mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
2
.github/workflows/update_docker_ci.yml
vendored
2
.github/workflows/update_docker_ci.yml
vendored
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
build_and_push:
|
||||
name: Build and push docker image
|
||||
runs-on: [self-hosted, Linux, x-heavy]
|
||||
runs-on: [self-hosted, Linux, heavy]
|
||||
steps:
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v3
|
||||
|
||||
@@ -46,7 +46,7 @@ RUN wget "https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-${
|
||||
&& tar xf "gcc-${GCC12_VERSION}.tar.gz" \
|
||||
&& cd "gcc-${GCC12_VERSION}" \
|
||||
&& mkdir build && cd build \
|
||||
&& ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-lto' \
|
||||
&& ../configure --enable-languages=c,c++ --disable-multilib --with-build-config='bootstrap-03' \
|
||||
&& make -j$(nproc) profiledbootstrap && make install-strip
|
||||
|
||||
# Install ccache from source
|
||||
|
||||
Reference in New Issue
Block a user