Skip to content

Commit 7fe96e9

Browse files
committed
Build oracle images
Signed-off-by: Paul Chaignon <[email protected]>
1 parent c198139 commit 7fe96e9

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/workflows/buildx.yaml

Lines changed: 1 addition & 14 deletions
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.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({
@@ -426,19 +426,6 @@ jobs:
426426
cat /tmp/image-log >> $GITHUB_ENV
427427
echo 'EOF' >> $GITHUB_ENV
428428
429-
- name: comment
430-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
431-
if: ${{ github.event.pull_request.number != '' }}
432-
with:
433-
script: |
434-
const { IMAGE_LOG } = process.env
435-
github.rest.issues.createComment({
436-
issue_number: context.issue.number,
437-
owner: context.repo.owner,
438-
repo: context.repo.repo,
439-
body: `👋\nHere are the kernel versions for the images:\n${IMAGE_LOG}\n`
440-
})
441-
442429
finalize:
443430
needs: [conf, commit-changes, print_image_kernels]
444431
runs-on: ubuntu-latest

_data/kernels.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
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+
["--disable", "CONFIG_BPF_LSM"],
25+
["--enable", "CONFIG_DEBUG_KERNEL"]
26+
]
27+
},
1928
{
2029
"name": "bpf-net",
2130
"url": "git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git?depth=1#net",
@@ -117,11 +126,9 @@
117126
[ "--enable", "CONFIG_BPF_EVENTS" ],
118127
[ "--enable", "CONFIG_BPF_JIT_DEFAULT_ON" ],
119128
[ "--enable", "CONFIG_BPF_JIT" ],
120-
[ "--enable", "CONFIG_BPF_LSM" ],
121129
[ "--enable", "CONFIG_BPF_STREAM_PARSER" ],
122130
[ "--enable", "CONFIG_BPF_SYSCALL" ],
123131
[ "--enable", "CONFIG_BPF" ],
124-
[ "--enable", "CONFIG_CGROUP_BPF" ],
125132
[ "--enable", "CONFIG_CGROUP_DEVICE" ],
126133
[ "--enable", "CONFIG_CGROUP_PIDS" ],
127134
[ "--enable", "CONFIG_DEBUG_INFO_BTF_MODULES" ],

0 commit comments

Comments
 (0)