Skip to content

Commit

Permalink
Install libc++abi-dev for clang builds (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moulard <tmoulard@amazon.com>
  • Loading branch information
Thomas Moulard authored Dec 10, 2019
1 parent 548ae06 commit 47afd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ const aptDependencies = [
"git",
"lcov",
"libc++-dev",
"libc++abi-dev",
"python3-colcon-common-extensions",
"python3-lark-parser",
"python3-pip",
Expand Down
1 change: 1 addition & 0 deletions src/package_manager/apt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const aptDependencies: string[] = [
"git",
"lcov",
"libc++-dev",
"libc++abi-dev",
"python3-colcon-common-extensions",
"python3-lark-parser",
"python3-pip",
Expand Down

0 comments on commit 47afd61

Please # to comment.