"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".github/actions/1-setup/action.yml" between
ldc-1.32.0.tar.gz and ldc-1.32.1.tar.gz

About: LDC is a LLVM-based D compiler.

action.yml  (ldc-1.32.0):action.yml  (ldc-1.32.1)
skipping to change at line 21 skipping to change at line 21
steps: steps:
- name: 'Linux: Install required apt packages' - name: 'Linux: Install required apt packages'
if: runner.os == 'Linux' if: runner.os == 'Linux'
shell: bash shell: bash
run: | run: |
set -eux set -eux
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
sudo dpkg --add-architecture i386 sudo dpkg --add-architecture i386
sudo apt-get -q update sudo apt-get -q update
# Don't use latest gdb v10 from Ubuntu toolchain PPA with regressions, u se official v8 # Don't use latest gdb v10+ from Ubuntu toolchain PPA with regressions, use official v9
sudo apt-get -yq install \ sudo apt-get -yq install \
git-core cmake g++-multilib \ git-core cmake g++-multilib \
libcurl4 libcurl4:i386 \ libcurl4 libcurl4:i386 \
curl gdb=8.1.1-0ubuntu1 p7zip-full tzdata unzip zip python3-pip curl gdb=9.1-0ubuntu1 p7zip-full tzdata unzip zip python3-pip
- name: 'Linux: Download & extract clang' # into ../clang - name: 'Linux: Download & extract clang' # into ../clang
if: runner.os == 'Linux' if: runner.os == 'Linux'
shell: bash shell: bash
run: | run: |
set -eux set -eux
cd .. cd ..
curl -fL --retry 3 --max-time 300 -o clang.tar.xz \ curl -fL --retry 3 --max-time 300 -o clang.tar.xz \
https://github.com/llvm/llvm-project/releases/download/llvmorg-${{ inp uts.clang_version }}/clang+llvm-${{ inputs.clang_version }}-x86_64-linux-gnu-ubu ntu-18.04.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-${{ inp uts.clang_version }}/clang+llvm-${{ inputs.clang_version }}-x86_64-linux-gnu-ubu ntu-18.04.tar.xz
mkdir clang mkdir clang
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)