Skip to content

Commit

Permalink
removing tests from openssl build
Browse files Browse the repository at this point in the history
  • Loading branch information
jessk-msft committed Aug 19, 2024
1 parent 5b9e3cd commit 54241da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/pipelines/templates/p4vfs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:

jobs:
- job: P4VFS_CI
timeoutInMinutes: 240
timeoutInMinutes: 540
workspace:
clean: all

Expand Down
2 changes: 1 addition & 1 deletion external/OpenSSL/OpenSSL.Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void BuildOpensslLibrary(string opensslArchiveFolder, string opensslTarg
$"@ECHO ON",
$"CALL \"{vcvarsScriptPath}\"",
$"CD /D \"{opensslArchiveFolder}\"",
$"\"{perlExe}\" Configure VC-WIN64A no-asm \"--prefix={opensslConfigurationFolder}\" \"--openssldir={opensslConfigurationFolder}-ssl\" --{configuration}",
$"\"{perlExe}\" Configure VC-WIN64A no-asm no-tests \"--prefix={opensslConfigurationFolder}\" \"--openssldir={opensslConfigurationFolder}-ssl\" --{configuration}",
$"IF %ERRORLEVEL% NEQ 0 EXIT /B 1",
$"nmake clean",
$"IF %ERRORLEVEL% NEQ 0 EXIT /B 1",
Expand Down

0 comments on commit 54241da

Please sign in to comment.