Kaynağa Gözat

Make switch-to-latest-clang less verbose and other small fixes.

master
Ray Burgemeestre 3 yıl önce
ebeveyn
işleme
6d05aed453
3 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. +2
    -0
      fpm/Dockerfile-ubuntu2004
  2. +1
    -1
      fpm/Makefile
  3. +1
    -2
      switch-to-latest-clang

+ 2
- 0
fpm/Dockerfile-ubuntu2004 Dosyayı Görüntüle

@@ -12,6 +12,8 @@ RUN set -x \
ca-certificates \
libffi-dev \
ruby-ffi \
rpm \
vim \
&& gem install fpm \
&& mkdir /src/


+ 1
- 1
fpm/Makefile Dosyayı Görüntüle

@@ -5,7 +5,7 @@ ubuntu1804fpm:
docker build . -f Dockerfile-ubuntu1804 -t rayburgemeestre/fpm-ubuntu:18.04

ubuntu2004fpm:
docker pull rayburgemeestre/fpm-ubuntu:18.04 || true
docker pull rayburgemeestre/fpm-ubuntu:20.04 || true
docker build . -f Dockerfile-ubuntu2004 -t rayburgemeestre/fpm-ubuntu:20.04

publish1804:

+ 1
- 2
switch-to-latest-clang Dosyayı Görüntüle

@@ -1,7 +1,6 @@
#!/bin/bash

set -ex

# set -ex
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-12 40
update-alternatives --install /usr/bin/cc cc /usr/bin/clang-12 40
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-12 40

Yükleniyor…
İptal
Kaydet