Skip to content

Commit

Permalink
PR #193 from Nir-Az: Add GHA JP5.12 & JP6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Apr 4, 2024
2 parents 0663a91 + eb2657f commit 556c146
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C/C++ CI
name: Build JP 5.0.2

on:
push:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/build-jp512.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build JP 5.1.2

on:
push:
branches:
- master
- dev
pull_request:
branches: ['**']

jobs:
build:

runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- name: setup workspace
run: yes | ./setup_workspace.sh 5.1.2
- name: apply patches
run: git config --global user.email "[email protected]" && git config --global user.name "builder" && ./apply_patches.sh apply 5.1.2
- name: build
run: ./build_all.sh 5.1.2
23 changes: 23 additions & 0 deletions .github/workflows/build-jp6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build JP 6.0

on:
push:
branches:
- master
- dev
pull_request:
branches: ['**']

jobs:
build:

runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- name: setup workspace
run: yes | ./setup_workspace.sh 6.0
- name: apply patches
run: git config --global user.email "[email protected]" && git config --global user.name "builder" && ./apply_patches.sh apply 6.0
- name: build
run: ./build_all.sh 6.0
1 change: 0 additions & 1 deletion scripts/source_sync_5.1.2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ k:hardware/nvidia/platform/t23x/prometheus/kernel-dts:nv-tegra.nvidia.com/device
k:hardware/nvidia/soc/t23x:nv-tegra.nvidia.com/device/hardware/nvidia/soc/t23x.git:
k:hardware/nvidia/soc/tegra:nv-tegra.nvidia.com/device/hardware/nvidia/soc/tegra.git:
k:tegra/kernel-src/nv-kernel-display-driver:nv-tegra.nvidia.com/tegra/kernel-src/nv-kernel-display-driver.git:
o:3rdparty/dtc:nv-tegra.nvidia.com/3rdparty/dtc.git:
o:3rdparty/libnl/3.5.0:nv-tegra.nvidia.com/3rdparty/libnl/3.5.0.git:
o:tegra/argus-cam-libav/argus_cam_libavencoder:nv-tegra.nvidia.com/tegra/argus-cam-libav/argus_cam_libavencoder.git:
o:tegra/cuda-src/nvsample_cudaprocess:nv-tegra.nvidia.com/tegra/cuda-src/nvsample_cudaprocess.git:
Expand Down

0 comments on commit 556c146

Please sign in to comment.