svn commit: r1935353 - apr/apr/trunk/.github/workflows
[email protected] Mon, 15 Jun 2026 14:03:35 -0000
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <178153221546.2032686.13430142662131067229@svn03-he-fi> |
Author: brane
Date: Mon Jun 15 14:03:35 2026
New Revision: 1935353
Log:
Set svn:eol-style=native on .github/workflows/windows-vcpkg.yml.
Modified:
apr/apr/trunk/.github/workflows/windows-vcpkg.yml (contents, props changed)
Modified: apr/apr/trunk/.github/workflows/windows-vcpkg.yml
==============================================================================
--- apr/apr/trunk/.github/workflows/windows-vcpkg.yml Mon Jun 15 14:01:15 2026 (r1935352)
+++ apr/apr/trunk/.github/workflows/windows-vcpkg.yml Mon Jun 15 14:03:35 2026 (r1935353)
@@ -1,44 +1,44 @@
-name: Vcpkg (Windows)
-
-on:
- push:
- branches: [ "trunk" ]
-
-jobs:
- build:
- strategy:
- matrix:
- os: [windows-latest]
- triplet:
- - x64-windows
- - x64-windows-static
- - x64-windows-static-md
- - x86-windows
- - x86-windows-static
- port:
- - apr-2
- - apr-2[core]
- - apr-2[crypto,dbd-sqlite3,dbd-odbc,dbd-postgresql,ldap,private-headers,xlate]
- fail-fast: false
-
- name: "${{ matrix.port }}:${{ matrix.triplet }} on ${{ matrix.os }}"
- # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
- # You can convert this to a matrix build if you need cross-platform coverage.
- # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
- runs-on: ${{ matrix.os }}
-
- env:
- VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
-
- steps:
- - name: Export GitHub Actions cache environment variables
- uses: actions/github-script@v7
- with:
- script: |
- core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
- core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
-
- - uses: actions/checkout@v6
-
- - name: Vcpkg Install
- run: C:\vcpkg\vcpkg.exe install ${{ matrix.port }} --head --overlay-ports ${{ github.workspace }}\build\vcpkg --triplet ${{ matrix.triplet }} --enforce-port-checks
+name: Vcpkg (Windows)
+
+on:
+ push:
+ branches: [ "trunk" ]
+
+jobs:
+ build:
+ strategy:
+ matrix:
+ os: [windows-latest]
+ triplet:
+ - x64-windows
+ - x64-windows-static
+ - x64-windows-static-md
+ - x86-windows
+ - x86-windows-static
+ port:
+ - apr-2
+ - apr-2[core]
+ - apr-2[crypto,dbd-sqlite3,dbd-odbc,dbd-postgresql,ldap,private-headers,xlate]
+ fail-fast: false
+
+ name: "${{ matrix.port }}:${{ matrix.triplet }} on ${{ matrix.os }}"
+ # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
+ # You can convert this to a matrix build if you need cross-platform coverage.
+ # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
+ runs-on: ${{ matrix.os }}
+
+ env:
+ VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"
+
+ steps:
+ - name: Export GitHub Actions cache environment variables
+ uses: actions/github-script@v7
+ with:
+ script: |
+ core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
+ core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
+
+ - uses: actions/checkout@v6
+
+ - name: Vcpkg Install
+ run: C:\vcpkg\vcpkg.exe install ${{ matrix.port }} --head --overlay-ports ${{ github.workspace }}\build\vcpkg --triplet ${{ matrix.triplet }} --enforce-port-checks