mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-07 17:19:07 +08:00
Remove travis-ci symlink
With https://github.com/libbpf/ci/pull/41 merged we no longer require the travis-ci symlink in this repository. Remove it. Also, it turns out we still have a few locations referencing travis-ci/ instead of ci/. Convert those. Signed-off-by: Daniel Müller <deso@posteo.net>
This commit is contained in:
committed by
Andrii Nakryiko
parent
6bd5b40bcd
commit
8b0b41f812
4
.github/actions/setup/action.yml
vendored
4
.github/actions/setup/action.yml
vendored
@@ -6,7 +6,7 @@ runs:
|
|||||||
- id: variables
|
- id: variables
|
||||||
run: |
|
run: |
|
||||||
export REPO_ROOT=$GITHUB_WORKSPACE
|
export REPO_ROOT=$GITHUB_WORKSPACE
|
||||||
export CI_ROOT=$REPO_ROOT/travis-ci
|
export CI_ROOT=$REPO_ROOT/ci
|
||||||
# this is somewhat ugly, but that is the easiest way to share this code with
|
# this is somewhat ugly, but that is the easiest way to share this code with
|
||||||
# arch specific docker
|
# arch specific docker
|
||||||
echo 'echo ::group::Env setup' > /tmp/ci_setup
|
echo 'echo ::group::Env setup' > /tmp/ci_setup
|
||||||
@@ -16,7 +16,7 @@ runs:
|
|||||||
echo export PROJECT_NAME='libbpf' >> /tmp/ci_setup
|
echo export PROJECT_NAME='libbpf' >> /tmp/ci_setup
|
||||||
echo export AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")" >> /tmp/ci_setup
|
echo export AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")" >> /tmp/ci_setup
|
||||||
echo export REPO_ROOT=$GITHUB_WORKSPACE >> /tmp/ci_setup
|
echo export REPO_ROOT=$GITHUB_WORKSPACE >> /tmp/ci_setup
|
||||||
echo export CI_ROOT=$REPO_ROOT/travis-ci >> /tmp/ci_setup
|
echo export CI_ROOT=$REPO_ROOT/ci >> /tmp/ci_setup
|
||||||
echo export VMTEST_ROOT=$CI_ROOT/vmtest >> /tmp/ci_setup
|
echo export VMTEST_ROOT=$CI_ROOT/vmtest >> /tmp/ci_setup
|
||||||
echo 'echo ::endgroup::' >> /tmp/ci_setup
|
echo 'echo ::endgroup::' >> /tmp/ci_setup
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
2
.github/actions/vmtest/action.yml
vendored
2
.github/actions/vmtest/action.yml
vendored
@@ -36,7 +36,7 @@ runs:
|
|||||||
- name: Patch kernel source
|
- name: Patch kernel source
|
||||||
uses: libbpf/ci/patch-kernel@master
|
uses: libbpf/ci/patch-kernel@master
|
||||||
with:
|
with:
|
||||||
patches-root: '${{ github.workspace }}/travis-ci/diffs'
|
patches-root: '${{ github.workspace }}/ci/diffs'
|
||||||
repo-root: '.kernel'
|
repo-root: '.kernel'
|
||||||
- name: Prepare to build BPF selftests
|
- name: Prepare to build BPF selftests
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user