Skip to content

Commit 9ebe690

Browse files
committed
Build oracle images
Signed-off-by: Paul Chaignon <[email protected]>
1 parent 7713530 commit 9ebe690

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/buildx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: kernel versions
5858
with:
5959
script: |
60-
var all_kernels = ['4.19', '5.4', '5.10', '5.15', '6.1', '6.6', '6.12', 'bpf', 'bpf-net', 'bpf-next', 'rhel8.6', 'rhel8.9', 'rhel8.10' ]
60+
var all_kernels = ['bpf-next', 'oracle' ]
6161
var kernels = []
6262
const kernel_label_prefix = 'gha-builds/kernel/'
6363
res = await github.rest.issues.listLabelsOnIssue({

_data/kernels.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
[ "--enable", "CONFIG_FUSE_FS"]
1717
]
1818
},
19+
{
20+
"name": "oracle",
21+
"url": "https://github.com/pchaigno/linux?depth=1#verifier-oracle",
22+
"opts": [
23+
["--disable", "CONFIG_CGROUP_BPF"]
24+
]
25+
},
1926
{
2027
"name": "bpf-net",
2128
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1#net",
@@ -121,7 +128,6 @@
121128
[ "--enable", "CONFIG_BPF_STREAM_PARSER" ],
122129
[ "--enable", "CONFIG_BPF_SYSCALL" ],
123130
[ "--enable", "CONFIG_BPF" ],
124-
[ "--enable", "CONFIG_CGROUP_BPF" ],
125131
[ "--enable", "CONFIG_CGROUP_DEVICE" ],
126132
[ "--enable", "CONFIG_CGROUP_PIDS" ],
127133
[ "--enable", "CONFIG_DEBUG_INFO_BTF_MODULES" ],

0 commit comments

Comments
 (0)