Skip to content

Commit

Permalink
Merge pull request #74 from fkie-cad/dev
Browse files Browse the repository at this point in the history
Update dead ansible script link and update Windows version
  • Loading branch information
ru37z authored Aug 9, 2023
2 parents 300db41 + 00766d9 commit 80f9811
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ The following packages are required for the tasks executed by the runner:
sudo apt install -y build-essential libssl-dev libffi-dev python3-dev
```

- Python pip and virtual environments
- Python pip, virtual environments and tox
```sh
sudo apt install -y python3-pip
sudo apt install -y python3-venv
sudo apt install -y python3-pip python3-venv tox
```

- (optional) cowsay + fortunes
Expand Down
2 changes: 2 additions & 0 deletions provisioning/ansible/roles/spark/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
get_url:
url: "{{ spark_url }}"
dest: "{{ spark_bin_tmp_archive }}"
# This particular task times out very often, this should hopefully alleviate that (default was 10)
timeout: 60

- name: "Extract Spark Tarball and move Spark to install directory {{ spark_dir }}"
unarchive:
Expand Down
2 changes: 1 addition & 1 deletion provisioning/packer/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
{
"inline": [
"iwr https://raw.githubusercontent.com/ansible/ansible/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -UseBasicParsing | iex"
"iwr https://raw.githubusercontent.com/ansible/ansible-documentation/devel/examples/scripts/ConfigureRemotingForAnsible.ps1 -UseBasicParsing | iex"
],
"type": "powershell"
},
Expand Down

0 comments on commit 80f9811

Please sign in to comment.