Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr committed Sep 2, 2020
1 parent 430ba2b commit 662acd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ jobs:
"build/musl":
docker:
- image: alpine:3.12
working_directory: /source-static/falco
steps:
- checkout:
path: /source-static/falco
- run:
name: Update base image
command: apk update -y
command: apk update
- run:
name: Install build dependencies
command: apk add g++ gcc cmake cmake make ncurses-dev git bash perl linux-headers autoconf automake m4 libtool elfutils-dev libelf-static patch binutils -y
command: apk add g++ gcc cmake cmake make ncurses-dev git bash perl linux-headers autoconf automake m4 libtool elfutils-dev libelf-static patch binutils
- run:
name: Prepare project
command: |
Expand Down Expand Up @@ -43,7 +42,7 @@ jobs:
- persist_to_workspace:
root: /
paths:
- /build-static/release
- build-static/release
- source-static
# Build using ubuntu LTS
# This build is dynamic, most dependencies are taken from the OS
Expand Down

0 comments on commit 662acd3

Please sign in to comment.