Skip to content

Commit 6db74fa

Browse files
authored
Merge branch 'ArmDeveloperEcosystem:main' into main
2 parents 91399d4 + 3b3347f commit 6db74fa

45 files changed

Lines changed: 2570 additions & 334 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/spell-and-link-check.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,15 @@ jobs:
5353
path: htmltest.log
5454
retention-days: 5
5555

56+
- name: Generate spell check configuration
57+
run: tools/generate-spellcheck-non-draft.sh
58+
5659
- name: Spell check
5760
id: spellcheck
5861
continue-on-error: true
5962
uses: rojopolis/spellcheck-github-actions@0.40.0
6063
with:
61-
config_path: .spellcheck.yml
64+
config_path: .spellcheck-non-draft.yml
6265
task_name: Markdown
6366
output_file: spellcheck-output.txt
6467

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ z_local_saved/
2323
*.xml
2424

2525
# CTags symbol index
26-
tags
26+
tags
27+
28+
# Generated spell check config
29+
.spellcheck-non-draft.yml

.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ ArmIE
253253
armiotcosmosdb
254254
armiotstorage
255255
armips
256+
armbaseline
256257
armkeil
257258
armlearningpaths
258259
armlink
@@ -731,6 +732,7 @@ ClassName
731732
CLCD
732733
cli
733734
CLI
735+
CLIs
734736
ClickBench
735737
clickhouse
736738
ClickHouse
@@ -1595,6 +1597,7 @@ gcov
15951597
gcovr
15961598
gcp
15971599
GCP
1600+
gcpuser
15981601
GCs
15991602
GCT
16001603
gdb

content/install-guides/rust.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ cargo version
131131
This command will print the version:
132132

133133
```output
134-
cargo 1.74.1 (ecb9851af 2023-10-18)
134+
cargo 1.93.0 (083ac5135 2025-12-15)
135135
```
136136

137137
You are ready to use the Rust programming language on your Arm Linux machine.
@@ -149,8 +149,7 @@ cargo run
149149
The `cargo run` command outputs:
150150

151151
```output
152-
Compiling hello v0.1.0 (/hello)
153-
Finished dev [unoptimized + debuginfo] target(s) in 0.44s
152+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.01s
154153
Running `target/debug/hello`
155154
Hello, world!
156155
```
892 KB
Loading
648 KB
Loading
Binary file not shown.
617 KB
Loading
Binary file not shown.

content/learning-paths/cross-platform/gitlab-managed-runners/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ draft: true
55
cascade:
66
draft: true
77

8+
89
minutes_to_complete: 40
910

10-
who_is_this_for: This is an Introductory topic for DevOps professionals who are looking to build a CI/CD pipeline with GitLab on Google Axion using GitLab-Hosted runners.
11+
who_is_this_for: This is an Introductory topic for DevOps professionals who are looking to build a CI/CD pipeline with GitLab on Google using GitLab-Hosted runners.
1112

1213
learning_objectives:
1314
- Create a GitLab Project

0 commit comments

Comments
 (0)