-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,8 +17,8 @@ | |
FROM gcr.io/oss-fuzz-base/base-builder | ||
MAINTAINER [email protected] | ||
RUN apt-get update && \ | ||
apt-get install -y make autoconf automake libtool wget ninja-build \ | ||
libicu-dev python zip libreadline-dev libatomic-ops-dev | ||
apt-get install -y make autoconf automake libtool wget libicu-dev \ | ||
python zip libreadline-dev libatomic-ops-dev | ||
# Install cmake | ||
RUN wget https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-Linux-x86_64.sh; \ | ||
chmod +x cmake-3.16.6-Linux-x86_64.sh; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
homepage: "https://github.com/facebook/hermes" | ||
language: C++ | ||
language: c++ | ||
primary_contact: "[email protected]" | ||
auto_ccs: | ||
- "[email protected]" | ||
|