File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,6 @@ variables:
29
29
# Install dotnet
30
30
sudo apt-get install -y dotnet-sdk-6.0
31
31
32
- # # Install Miniconda
33
- # wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
34
- # mkdir -p ~/miniconda3
35
- # wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
36
- # bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
37
- # rm -rf ~/miniconda3/miniconda.sh
38
-
39
- # # Install cmake, clang and gxx_linux-
40
- # eval "$(~/miniconda3/bin/conda shell.bash hook)"
41
- # source activate base
42
- # # Add forge channel
43
- # conda config --add channels conda-forge
44
- # conda install -y cmake=3.22.1 clang=8.0.0 clangxx=8.0.0 gcc=8.5.0 gxx=8.5.0
45
-
46
-
47
32
resources :
48
33
containers :
49
34
# - container: CentosContainer
You can’t perform that action at this time.
0 commit comments