Module: kamailio
Branch: 6.0
Commit: 142260f8c30d66510e6f186b170b467fb66a15a3
URL:
https://github.com/kamailio/kamailio/commit/142260f8c30d66510e6f186b170b467…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2025-01-23T09:21:16+01:00
github: set branch 6.0 [skip ci]
---
Modified: .github/workflows/cmake_build.yml
Modified: .github/workflows/devcontainer.yaml
Modified: .github/workflows/main.yml
---
Diff:
https://github.com/kamailio/kamailio/commit/142260f8c30d66510e6f186b170b467…
Patch:
https://github.com/kamailio/kamailio/commit/142260f8c30d66510e6f186b170b467…
---
diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml
index 73ab19ef5d7..57513dd549d 100644
--- a/.github/workflows/cmake_build.yml
+++ b/.github/workflows/cmake_build.yml
@@ -6,9 +6,7 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
+ branches: [ 6.0 ]
jobs:
build:
@@ -29,7 +27,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the
build_type list.
build_type: [Release]
- c_compiler: [gcc, clang]
+ c_compiler: [gcc, clang]
kamailio_groups: [DEFAULT]
target_arch: [aarch64, x86_64]
exclude:
@@ -51,7 +49,7 @@ jobs:
- name: Build Project natively
uses: threeal/cmake-action(a)v2.1.0
# Step runs for all except this combination
- if: matrix.os != 'ubuntu-latest' || matrix.target_arch != 'aarch64'
+ if: matrix.os != 'ubuntu-latest' || matrix.target_arch !=
'aarch64'
with:
build-dir: ${{github.workspace}}/build
build-args: -j8
@@ -59,7 +57,7 @@ jobs:
CMAKE_BUILD_TYPE=${{matrix.build_type}}
MODULE_GROUP_NAME=${{matrix.kamailio_groups}}
CMAKE_C_COMPILER=${{matrix.c_compiler}}
-
+
- name: Build Project with cross-compiler
if: matrix.os == 'ubuntu-latest' && matrix.target_arch ==
'aarch64'
uses: threeal/cmake-action(a)v2.1.0
@@ -69,4 +67,4 @@ jobs:
options: |
CMAKE_BUILD_TYPE=${{matrix.build_type}}
MODULE_GROUP_NAME=${{matrix.kamailio_groups}}
- CMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/aarch64-toolchain.cmake
\ No newline at end of file
+ CMAKE_TOOLCHAIN_FILE=${{github.workspace}}/cmake/aarch64-toolchain.cmake
diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml
index 3acd963b2df..6718c5359f7 100644
--- a/.github/workflows/devcontainer.yaml
+++ b/.github/workflows/devcontainer.yaml
@@ -4,7 +4,7 @@ name: build devcontainer image
'on':
push:
branches:
- - master
+ - 6.0
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8b7ae03a271..2822c36cdbb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: build
'on':
push:
branches:
- - master
+ - 6.0
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: