Skip to content

Commit

Permalink
Merge pull request #3 from newrelic-experimental/dev_libraries
Browse files Browse the repository at this point in the history
Install libraries
  • Loading branch information
jodstrcil authored Mar 5, 2021
2 parents dbd8dcd + c499664 commit f8937b2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
run: |
mkdir -p target/fb/tmp
mkdir -p $GITHUB_WORKSPACE/artifact
apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
cmake \
make \
wget \
flex \
libasl-dev \
libsasl2-dev \
pkg-config \
libsystemd-dev \
zlib1g-dev \
ca-certificates \
bison
pushd target/fb/tmp
wget https://github.com/fluent/fluent-bit/archive/"${FB_LINUX_VERSION}".tar.gz
mkdir -p $FB_LINUX_VERSION
Expand Down
2 changes: 1 addition & 1 deletion nr_fb_version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
linux,1.7.2
windows,1.7.2
artifact,1.4.2
artifact,1.4.3

0 comments on commit f8937b2

Please sign in to comment.