Skip to content

Commit

Permalink
Merge pull request #453 from bluescarni/pr/ci_fixes
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
bluescarni authored Sep 15, 2024
2 parents 1cca168 + 4bc1646 commit 937b884
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 59 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ heyoka

[![Build Status](https://img.shields.io/circleci/project/github/bluescarni/heyoka/master.svg?style=for-the-badge)](https://circleci.com/gh/bluescarni/heyoka)
[![Build Status](https://img.shields.io/github/actions/workflow/status/bluescarni/heyoka/gha_ci.yml?branch=master&style=for-the-badge)](https://github.com/bluescarni/heyoka/actions?query=workflow%3A%22GitHub+CI%22)
<!-- [![Build Status](https://img.shields.io/travis/com/bluescarni/heyoka?style=for-the-badge)](https://travis-ci.com/bluescarni/heyoka) -->
![language](https://img.shields.io/badge/language-C%2B%2B20-green.svg?style=for-the-badge)
[![Code Coverage](https://img.shields.io/codecov/c/github/bluescarni/heyoka.svg?style=for-the-badge)](https://codecov.io/github/bluescarni/heyoka?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog ninja \
'sphinxcontrib-bibtex=2.6.*' 'sphinx=7.*' 'sphinx-book-theme=1.*'
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci_ubuntu_arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir cxx-compiler c-compiler cmake \
conda create -y -p $deps_dir cxx-compiler c-compiler cmake \
ninja llvmdev tbb-devel tbb libboost-devel sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_clang_tidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir cmake c-compiler cxx-compiler clang clangxx \
conda create -y -p $deps_dir cmake c-compiler cxx-compiler clang clangxx \
clang-tools llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef fmt spdlog ninja
source activate $deps_dir

Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog lcov
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor \
xtensor-blas blas blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_release_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
conda create -y -p $deps_dir c-compiler cxx-compiler ninja cmake \
llvmdev tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas \
blas blas-devel fmt spdlog zlib
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_conda_ubsan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake llvmdev \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake llvmdev \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas \
blas blas-devel fmt spdlog ninja
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm15_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=15.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=15.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm16_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=16.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=16.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_llvm17_conda_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=17.*' \
conda create -y -p $deps_dir c-compiler cxx-compiler cmake ninja 'llvmdev=17.*' \
tbb-devel tbb libboost-devel 'mppp=1.*' sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_arm64_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_osx_x86_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge
export deps_dir=$HOME/local
export PATH="$HOME/miniconda/bin:$PATH"
bash miniconda.sh -b -p $HOME/miniconda
mamba create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
conda create -y -p $deps_dir 'c-compiler<1.8' zlib 'cxx-compiler<1.8' libcxx cmake ninja \
llvmdev tbb-devel tbb libboost-devel sleef xtensor xtensor-blas blas \
blas-devel fmt spdlog 'mppp=1.*'
source activate $deps_dir
Expand Down
28 changes: 0 additions & 28 deletions tools/travis_ubuntu_ppc64.sh

This file was deleted.

0 comments on commit 937b884

Please sign in to comment.