[action] Update artifacts-ubuntu for jammy
authorJiho Chu <jiho.chu@samsung.com>
Fri, 23 Aug 2024 06:01:44 +0000 (15:01 +0900)
committerWook Song <wook16.song@samsung.com>
Tue, 18 Mar 2025 07:28:09 +0000 (16:28 +0900)
It applies os matrix for jammy with jammy:lastest docker image.

Signed-off-by: Jiho Chu <jiho.chu@samsung.com>
.github/actions/build-ubuntu/action.yml
.github/workflows/artifacts-ubuntu.yml

index fd7ea12ee71f31fe216190117e279d8cc8fe7651..ca8cbbf676e760dfe60d1e04a60b5623948c86cb 100644 (file)
@@ -12,7 +12,7 @@ runs:
   steps:
     # make debian packages
     - run: |
-        ulimit -c unlimited
+        #ulimit -c unlimited
         debuild -e BUILD_TYPE=debug -us -uc
       shell: bash
 
index a76b8892c5493b473009b7d8699ddcfdea28e81b..480850122561fde6ce0d1b3410818f6ee74dee0d 100644 (file)
@@ -3,7 +3,7 @@ name: artifacts-ubuntu
 on: workflow_dispatch
 
 env:
-  BART_REPO: https://bart.sec.samsung.net/artifactory/aip-debian-local
+  BART_REPO: https://bart.sec.samsung.net
   BART_ID: ${{ secrets.BART_ID }}
   BART_PW: ${{ secrets.BART_PW }}
 
@@ -15,8 +15,8 @@ jobs:
       # for chroot-based build system
       options: --user root
       credentials:
-        username: ${{ secrets.BART_ID }}
-        password: ${{ secrets.BART_PW }}
+        username: ${{ env.BART_ID }}
+        password: ${{ env.BART_PW }}
     timeout-minutes: 20
     strategy:
       matrix:
@@ -28,7 +28,6 @@ jobs:
       - name: Make debian packages
         shell: bash
         run: |
-          ulimit -c unlimited
           debuild -us -uc
           mv ../*deb .
       - name: Upload packages to Github