google / google/snappy

Build and Test on Linux/ARM64

Open
#205 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.6k
Forks
1.1k
Avg merge
3d 5h
Merged PRs (30d)
4

Description

## Description

For aarch64 platform, I have built "Snappy" from source.

## Steps

Following [STEPS](https://github.com/google/snappy#building) were used for the building and installation:

~~~

$ wget https://github.com/google/snappy/archive/refs/tags/1.1.7.tar.gz && tar -zxvf 1.1.7.tar.gz
$ cd snappy-1.1.7/
$ mkdir build && cd build/
$ cmake ../
$ make

~~~

## Outcome

To run tests, execute the binary in the source/root dir. :

~~~
$ ./build/snappy_unittest

~~~

All tests passed.

All this information is also added to Software Ecosystem Dashboard for Arm (https://www.arm.com/developer-hub/ecosystem-dashboard/).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.