diff --git a/.github/gbs.conf b/.github/gbs.conf index 64e073a101..e79111d4e3 100644 --- a/.github/gbs.conf +++ b/.github/gbs.conf @@ -1,5 +1,6 @@ [general] -profile = profile.t70std +profile = profile.t80std +# profile = profile.t70std #profile = profile.t65std #profile = profile.t60std #profile = profile.t55std @@ -12,6 +13,28 @@ profile = profile.t70std user = passwd = +############## Tizen 8.0 ############## +[profile.t80std] +repos = repo.80base, repo.80std +buildroot = ~/GBS-ROOT/t80std + +[profile.t80emul] +repos = repo.80emulbase, repo.80emul +buildroot = ~/GBS-ROOT/t80emul + +[repo.80base] +url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/latest/repos/standard/packages/ + +[repo.80std] +url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/standard/packages/ + +[repo.80emulbase] +url=http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/reference/repos/standard/packages/ + +[repo.80emul] +url=https://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/emulator/packages/ + + ############## Tizen 7.0 ############## [profile.t70std] repos = repo.70base, repo.70std diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1c2f63c55f..46a3d6a7fe 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - config: [ '', '--nopt --shared' ] + config: [ '--nopt --shared' ] steps: - name: Checkout source uses: actions/checkout@v2 @@ -85,7 +85,7 @@ jobs: strategy: fail-fast: false matrix: - profile: [t70std] + profile: [t80std] steps: - name: Checkout source uses: actions/checkout@v2