Skip to content

Commit a3a2e59

Browse files
author
Kenji Miyake
committed
Revert "tmp: add liburcu6 repository for CUDA 20.04 repository"
This reverts commit e7216ad.
1 parent 1ff0468 commit a3a2e59

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ansible/roles/cuda/tasks/main.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,6 @@
88
register: cuda_architecture
99
changed_when: false
1010

11-
- name: (tmp for Ubuntu 22.04) Add liburcu6 repository into sources.list for amd64
12-
become: true
13-
ansible.builtin.apt_repository:
14-
repo: deb http://archive.ubuntu.com/ubuntu focal main restricted
15-
filename: focal
16-
state: present
17-
when: cuda_architecture.stdout == "x86_64"
18-
19-
- name: (tmp for Ubuntu 22.04) Add liburcu6 repository into sources.list for arm64
20-
become: true
21-
ansible.builtin.apt_repository:
22-
repo: deb http://ports.ubuntu.com/ubuntu-ports focal main restricted
23-
filename: focal
24-
state: present
25-
when: cuda_architecture.stdout == "aarch64"
26-
2711
- name: Remove old /etc/apt/sources.list.d/cuda.list
2812
become: true
2913
ansible.builtin.file:

0 commit comments

Comments
 (0)