Skip to content
Snippets Groups Projects
Commit b5681b9b authored by Johannes Mey's avatar Johannes Mey
Browse files

add dependency to bison

parent 96274889
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ build-kernel: ...@@ -6,7 +6,7 @@ build-kernel:
stage: build stage: build
script: script:
- apt-get update - apt-get update
- apt-get install -y build-essential curl flex - apt-get install -y build-essential curl bison flex
- cd kernel; ./compile.bash - cd kernel; ./compile.bash
tags: tags:
- highmem - highmem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment