Skip to content

Commit 0c4caef

Browse files
committed
We don't care about Windows
1 parent dd40762 commit 0c4caef

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.github/workflows/gate.yaml

-34
Original file line numberDiff line numberDiff line change
@@ -175,37 +175,3 @@ jobs:
175175
- name: Test
176176
run: ctest -j2 --output-on-failure -E unique-stigids
177177
working-directory: ./build
178-
179-
validate-windows:
180-
name: Build on Windows
181-
runs-on: windows-latest
182-
env:
183-
OPENSCAP_VERSION: "1.4.2"
184-
OPENSCAP_ROOT_DIR: "C:\\Program Files\\OpenSCAP 1.4.2"
185-
steps:
186-
- name: Set up Python
187-
# This is the version of the action for setting up Python, not the Python version.
188-
uses: actions/setup-python@v5
189-
with:
190-
python-version: '3.9'
191-
architecture: 'x64'
192-
- name: Display Python version
193-
run: python -c "import sys; print(sys.version)"
194-
- name: Install Deps
195-
run: choco install xsltproc
196-
- name: Get Latest OpenSCAP
197-
shell: powershell
198-
run: "Invoke-WebRequest -Uri https://nightly.link/OpenSCAP/openscap/workflows/build/main/openscap-win64.zip -OutFile ${{ github.workspace }}\\openscap-win.zip"
199-
- name: Extract Latest OpenSCAP
200-
shell: powershell
201-
run: "Expand-Archive -LiteralPath ${{ github.workspace }}\\openscap-win.zip -DestinationPath ${{ github.workspace }}\\openscap-win -Verbose:$true"
202-
- name: Install OpenSCAP
203-
shell: powershell
204-
run: "msiexec.exe /norestart /q /i ${{ github.workspace }}\\openscap-win\\OpenSCAP-${env:OPENSCAP_VERSION}-win64.msi"
205-
- name: Checkout
206-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
207-
- name: Install Python Deps
208-
run: pip install -r requirements.txt -r test-requirements.txt
209-
- name: Build
210-
shell: bash
211-
run: ./build_product -j2 fedora

0 commit comments

Comments
 (0)