Skip to content

Commit

Permalink
fix: win acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSchafer committed Sep 25, 2023
1 parent 5eb55c3 commit da71c12
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ commands:
- ~\AppData\Local\Temp\chocolatey
- install-deps-python:
os: win

install-deps-windows-signing:
steps:
- run:
name: Install DigiCert Keylocker Tools
command: |
Expand All @@ -191,6 +194,11 @@ commands:
msiexec.exe /i smtools-windows-x64.msi /quiet /qn | Wait-Process
& 'C:\Program Files\DigiCert\DigiCert One Signing Manager Tools\smksp_cert_sync.exe'
install-deps-windows-full-signing:
steps:
- install-deps-windows-full
- install-deps-windows-signing

install-deps-windows-make:
steps:
- restore_cache:
Expand All @@ -209,6 +217,7 @@ commands:
- ~\AppData\Local\Temp\chocolatey
- install-deps-python:
os: win
- install-deps-windows-signing

install-deps-windows-node:
steps:
Expand Down Expand Up @@ -412,7 +421,7 @@ workflows:
go_arch: amd64
go_download_base_url: << pipeline.parameters.fips_go_download_base_url >>
make_target: build clean-golang build-fips
install_deps_extension: windows-full
install_deps_extension: windows-full-signing
install_path: 'C:\'
executor: win-server2022-amd64
context: snyk-windows-signing
Expand Down

0 comments on commit da71c12

Please sign in to comment.