Skip to content

Commit 789f371

Browse files
authored
Autogenerated support for oracular x86_64 and aarch64 (#1826)
1 parent c175ea6 commit 789f371

File tree

11 files changed

+116
-0
lines changed

11 files changed

+116
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import '../common.gcl' as common
2+
3+
config build = common.build {
4+
params {
5+
environment {
6+
DISTRO = 'oracular'
7+
PKGFORMAT = 'deb'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import '../common.gcl' as common
2+
3+
config build = common.build {
4+
params {
5+
environment {
6+
DISTRO = 'oracular'
7+
PKGFORMAT = 'deb'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.ops_agent_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'aarch64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.ops_agent_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'x86_64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.ops_agent_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'aarch64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.ops_agent_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'x86_64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.third_party_apps_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'aarch64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.third_party_apps_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'x86_64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.third_party_apps_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'aarch64'
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import 'common.gcl' as common
2+
3+
config build = common.third_party_apps_test {
4+
params {
5+
environment {
6+
TARGET = 'oracular'
7+
ARCH = 'x86_64'
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)