Skip to content

Commit

Permalink
Drop some old scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Oct 22, 2023
1 parent 2de8872 commit baee86a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
20 changes: 0 additions & 20 deletions infrastructure/drop-nightly-packages.py

This file was deleted.

19 changes: 0 additions & 19 deletions infrastructure/release.sh

This file was deleted.

14 changes: 1 addition & 13 deletions infrastructure/ubuntu-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- binutils
- liblzma-dev
- python3-pip
- cmake

vars_files:
- helpers/variables.yaml
Expand Down Expand Up @@ -51,19 +52,6 @@
- cloudsmith-cli==0.42.0
executable: pip3

- name: Download CMake
get_url:
url: https://github.com/Kitware/CMake/releases/download/v3.16.9/cmake-3.16.9-Linux-x86_64.sh
dest: "{{ working_dir }}/cmake.sh"
register: download_cmake

- name: Install CMake
shell: sh {{ working_dir }}/cmake.sh --prefix=/usr/local --skip-license
args:
creates: /usr/local/bin/cmake
when: download_cmake.changed
become: true

- name: Build Mull
include: helpers/build-mull.yaml

Expand Down

0 comments on commit baee86a

Please sign in to comment.