forked from felixonmars/archriscv-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDEPS-remove-native-binaries.diff
More file actions
45 lines (43 loc) · 1.17 KB
/
Copy pathDEPS-remove-native-binaries.diff
File metadata and controls
45 lines (43 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
diff --git a/DEPS b/DEPS
index aeeb3bf541..fc215c3480 100644
--- a/DEPS
+++ b/DEPS
@@ -1682,19 +1682,6 @@ deps = {
'src/tools/luci-go': {
'packages': [
- {
- 'package': 'infra/tools/luci/cas/${{platform}}',
- 'version': Var('luci_go'),
- },
- # TODO(crbug.com/382506663): Remove after investigation/deprecation
- {
- 'package': 'infra/tools/luci/isolate/${{platform}}',
- 'version': Var('luci_go'),
- },
- {
- 'package': 'infra/tools/luci/swarming/${{platform}}',
- 'version': Var('luci_go'),
- },
],
'condition': 'non_git_source',
'dep_type': 'cipd',
@@ -2566,20 +2553,12 @@ deps = {
'src/third_party/ninja': {
'packages': [
- {
- 'package': Var('ninja_package') + '${{platform}}',
- 'version': Var('ninja_version'),
- }
],
'condition': 'non_git_source',
'dep_type': 'cipd',
},
'src/third_party/siso/cipd': {
'packages': [
- {
- 'package': 'build/siso/${{platform}}',
- 'version': Var('siso_version'),
- }
],
'condition': 'non_git_source',
'dep_type': 'cipd',