Skip to content

Build and Test for linux/ARM64 #2704

Open
@odidev

Description

Description

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

Steps

Following STEPS (https://github.com/GitbookIO/gitbook#getting-started) were used for the building and installation:

sudo apt update 

sudo apt install build-essential cmake git wget –y 

git clone https://github.com/GitbookIO/gitbook.git 

cd gitbook 

sudo apt update 

sudo apt install unzip 

curl -fsSL https://bun.sh/install | bash 

export PATH="$HOME/.bun/bin:$PATH" 

bun --version 

bun install 

bun dev 

bun test 

Outcome

To validate that the build was successful we ran tests that were generated using "bun test" command. All the tests ran successfully.

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions