From 02b6f7a61e9b7d828bfcb0e97fed13e6da336ddc Mon Sep 17 00:00:00 2001 From: synacker Date: Thu, 16 Oct 2025 15:18:03 +0300 Subject: [PATCH] Removed vars from repo for success pr from forks --- .github/workflows/build.yaml | 24 ++++++++++++------------ .github/workflows/check_cache.yaml | 8 ++++---- .github/workflows/make_cache.yaml | 8 ++++---- .github/workflows/sign_build.yaml | 6 +++--- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 71ddaaf4..65ed2b3d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,18 +32,18 @@ jobs: - uses: ./.github/actions/enable_python - uses: ./.github/actions/conan_build with: - profile: ${{ vars.LINUX_X64_PROFILE }} + profile: linux-gcc12_x64 - uses: ./.github/actions/tests with: testdir: build/Release - name: ${{ vars.LINUX_X64_PROFILE }} tests + name: linux-gcc12_x64 tests - uses: ./.github/actions/deploy if: inputs.deploy with: builddir: build/Release - artifact: ${{ vars.LINUX_X64_PROFILE }} + artifact: linux-gcc12_x64 attestation: ${{inputs.attestation}} macos-arm-build: @@ -62,18 +62,18 @@ jobs: - uses: ./.github/actions/enable_python_macos - uses: ./.github/actions/conan_build with: - profile: ${{vars.MACOS_ARM_PROFILE}} + profile: macos-clang15_arm - uses: ./.github/actions/tests with: testdir: build/Release - name: ${{vars.MACOS_ARM_PROFILE}} tests + name: macos-clang15_arm tests - uses: ./.github/actions/deploy if: inputs.deploy with: builddir: build/Release - artifact: ${{vars.MACOS_ARM_PROFILE}} + artifact: macos-clang15_arm attestation: ${{inputs.attestation}} macos-x64-build: @@ -92,18 +92,18 @@ jobs: - uses: ./.github/actions/enable_python_macos - uses: ./.github/actions/conan_build with: - profile: ${{vars.MACOS_X64_PROFILE}} + profile: macos-clang15_x64 - uses: ./.github/actions/tests with: testdir: build/Release - name: ${{vars.MACOS_X64_PROFILE}} tests + name: macos-clang15_x64 tests - uses: ./.github/actions/deploy if: inputs.deploy with: builddir: build/Release - artifact: ${{vars.MACOS_X64_PROFILE}} + artifact: macos-clang15_x64 attestation: ${{inputs.attestation}} win-x64-build: @@ -122,16 +122,16 @@ jobs: - uses: ./.github/actions/enable_python - uses: ./.github/actions/conan_build with: - profile: ${{vars.WIN_X64_PROFILE}} + profile: win-msvc194_x64 - uses: ./.github/actions/tests with: testdir: build - name: ${{vars.WIN_X64_PROFILE}} tests + name: win-msvc194_x64 tests - uses: ./.github/actions/deploy if: inputs.deploy with: builddir: build - artifact: ${{vars.WIN_X64_PROFILE}} + artifact: win-msvc194_x64 attestation: ${{inputs.attestation}} diff --git a/.github/workflows/check_cache.yaml b/.github/workflows/check_cache.yaml index 5a3c145a..f0acbe6f 100644 --- a/.github/workflows/check_cache.yaml +++ b/.github/workflows/check_cache.yaml @@ -21,7 +21,7 @@ jobs: - uses: ./.github/actions/check_cache id: check-cache with: - profile: ${{ vars.LINUX_X64_PROFILE }} + profile: linux-gcc12_x64 macos-arm-check-cache: runs-on: macos-14 @@ -32,7 +32,7 @@ jobs: - uses: ./.github/actions/check_cache id: check-cache with: - profile: ${{ vars.MACOS_ARM_PROFILE }} + profile: macos-clang15_arm macos-x64-check-cache: runs-on: macos-13 @@ -43,7 +43,7 @@ jobs: - uses: ./.github/actions/check_cache id: check-cache with: - profile: ${{ vars.MACOS_X64_PROFILE }} + profile: macos-clang15_x64 win-x64-check-cache: runs-on: windows-2022 @@ -54,4 +54,4 @@ jobs: - uses: ./.github/actions/check_cache id: check-cache with: - profile: ${{ vars.WIN_X64_PROFILE }} + profile: win-msvc194_x64 diff --git a/.github/workflows/make_cache.yaml b/.github/workflows/make_cache.yaml index f9f9697c..831d3241 100644 --- a/.github/workflows/make_cache.yaml +++ b/.github/workflows/make_cache.yaml @@ -16,7 +16,7 @@ jobs: - uses: ./.github/actions/enable_python - uses: ./.github/actions/enable_conan with: - profile: ${{vars.LINUX_X64_PROFILE}} + profile: linux-gcc12_x64 macos-arm-make-cache: runs-on: macos-14 @@ -27,7 +27,7 @@ jobs: - uses: ./.github/actions/enable_python_macos - uses: ./.github/actions/enable_conan with: - profile: ${{vars.MACOS_ARM_PROFILE}} + profile: macos-clang15_arm macos-x64-make-cache: runs-on: macos-13 @@ -38,7 +38,7 @@ jobs: - uses: ./.github/actions/enable_python_macos - uses: ./.github/actions/enable_conan with: - profile: ${{vars.MACOS_X64_PROFILE}} + profile: macos-clang15_x64 win-x64-make-cache: runs-on: windows-2022 @@ -49,4 +49,4 @@ jobs: - uses: ./.github/actions/enable_python - uses: ./.github/actions/enable_conan with: - profile: ${{vars.WIN_X64_PROFILE}} + profile: win-msvc194_x64 diff --git a/.github/workflows/sign_build.yaml b/.github/workflows/sign_build.yaml index a816c611..7ea664bb 100644 --- a/.github/workflows/sign_build.yaml +++ b/.github/workflows/sign_build.yaml @@ -32,18 +32,18 @@ jobs: - uses: ./.github/actions/enable_python - uses: ./.github/actions/conan_build with: - profile: ${{vars.WIN_X64_APPONLY_PROFILE}} + profile: win-msvc194_x64_static args: -o daggy/*:apponly=True - uses: ./.github/actions/tests with: testdir: build - name: ${{vars.WIN_X64_APPONLY_PROFILE}} tests + name: win-msvc194_x64_static tests - uses: ./.github/actions/deploy_with_sign with: builddir: build - artifact: ${{vars.WIN_X64_APPONLY_PROFILE}} + artifact: win-msvc194_x64_static sign: ${{inputs.sign}} signeddir: build/signed token: ${{secrets.SIGNPATH_API_TOKEN}} \ No newline at end of file