-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added 32-bit Arm gn file It seems like the docker images can compile for Arm 32-bit now. I needed this to run on a headless RaspberryPi, and it appears to work just fine after installing libnss3. I also updated the README.md to refer to the current docker image (jonmmease/chromium-builder:0.9) that's pulled in the build_kaleido script as of Commit 37e6ec4 * Add arm circleci job * Comment out other CI jobs for testing arm build Co-authored-by: Alec G. Moore <[email protected]>
- Loading branch information
Showing
3 changed files
with
73 additions
and
47 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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import("//build/args/headless.gn") | ||
enable_nacl=false | ||
is_component_build=false | ||
|
||
symbol_level=0 | ||
blink_symbol_level=0 | ||
is_debug=false | ||
|
||
target_cpu="arm" |