Skip to content

Build and Test for Linux/ARM64 #15171

Closed as not planned
Closed as not planned
@odidev

Description

@odidev

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

Description

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

Steps

Following STEPS (https://github.com/Automattic/mongoose#installation) were used for the building and installation:

sudo apt update 

sudo apt install build-essential cmake git wget –y 

wget https://github.com/Automattic/mongoose/archive/refs/tags/8.4.1.tar.gz 

tar -xvf 8.4.1.tar.gz 

cd mongoose-8.4.1 

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - 

sudo apt install -y nodejs 

node -v 

npm -v 

npm install mongoose 

npm test 

Outcome

To validate that the build was successful we ran version Check. The version info returned matched the expected value(s).

npm list mongoose

[email protected] /home/ubuntu/anil/mongoose/mongoose-8.4.1

└── [email protected]

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Staleneeds clarificationThis issue doesn't have enough information to be actionable. Close after 14 days of inactivity

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions