Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-test-cases
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tests
apertis-test-cases
Merge requests
!505
[v2023] devroot-manual-arm64: fix link to the arm64 devroot tarball
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[v2023] devroot-manual-arm64: fix link to the arm64 devroot tarball
wip/devroot_testcase
into
apertis/v2023
Overview
4
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Siva Krishna Prasad Chinthalapudi
requested to merge
wip/devroot_testcase
into
apertis/v2023
2 years ago
Overview
4
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Fix link to the arm64 devroot tarball for apertis v2023
Edited
6 months ago
by
Dylan Aïssi
0
0
Merge request reports
Compare
apertis/v2023
version 2
51d8bc5d
6 months ago
version 1
57c793f0
2 years ago
apertis/v2023 (base)
and
latest version
latest version
a6a8ec3f
1 commit,
6 months ago
version 2
51d8bc5d
1 commit,
6 months ago
version 1
57c793f0
1 commit,
2 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
test-cases/devroot-manual-arm64.yaml
+
2
−
2
Options
@@ -20,8 +20,8 @@ metadata:
run
:
steps
:
-
"
Download
the
ARM64
devroot
OSpack
for
the
respective
image
version
that
your
testing:"
-
"
For
example,
if
you
want
to
build
for
ARM64
with
the
v202
1.0
release,
then
you
can
download
the
OSpack
as
follows:"
-
$ wget -O ${HOME}/devroot.tar.gz https://images.apertis.org/release/v202
1
/v202
1.0/amd
64/devroot/ospack_v202
1
-am
d
64-devroot_v202
1.0
.tar.gz
-
"
For
example,
if
you
want
to
build
for
ARM64
with
the
v202
3.6
release,
then
you
can
download
the
OSpack
as
follows:"
-
$ wget -O ${HOME}/devroot.tar.gz https://images.apertis.org/release/v202
3
/v202
3.6/arm
64/devroot/ospack_v202
3
-a
r
m64-devroot_v202
3.6
.tar.gz
-
"
Create
a
directory
for
the
devroot-64
in
the
/opt
folder"
-
$ sudo mkdir -p /opt/devroot-64
-
"
Extract
the
downloaded
devroot:"
Loading