bison and flex

This commit is contained in:
2021-02-18 18:25:55 +01:00
parent 113a1e4ba4
commit 7e887d1b41
2 changed files with 3 additions and 11 deletions

View File

@@ -15,13 +15,6 @@ spec:
- name: kernel-configs
type: git
steps:
- name: cleanup-workspace-pre
image: alpine
command:
- rm
args:
- -rfv
- /workspace/kernel-configs*
- name: install-kernel-source
image: cr.lan/debian-kernel-build-stable
script: |
@@ -60,8 +53,8 @@ spec:
workspaces:
- name: usr-src
mountPath: /usr/src
- name: workspace
mountPath: /workspace
# - name: workspace
# mountPath: /workspace
---
apiVersion: tekton.dev/v1beta1
kind: TaskRun