Skip to content

Commit edc1d02

Browse files
authored
Merge pull request perdo1305#8 from perdo1305/worktree-arm64-ci-build
fix: cap UI build parallelism to 2 jobs to avoid OOM on CI runner
2 parents 967326b + 2613b65 commit edc1d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
source /opt/ros/jazzy/setup.bash
5454
source install/setup.bash
5555
cmake -S LART_Car_Dashboard_v1/src/ui -B LART_Car_Dashboard_v1/build/ui-build -DCMAKE_BUILD_TYPE=Release
56-
cmake --build LART_Car_Dashboard_v1/build/ui-build --parallel
56+
cmake --build LART_Car_Dashboard_v1/build/ui-build --parallel 2
5757
5858
- name: Package artifact
5959
run: tar czf lart-dashboard-arm64.tar.gz install LART_Car_Dashboard_v1/build/ui-build

0 commit comments

Comments
 (0)