Skip to content

Fix appveyor error, Install Chocolatey if not already installed#261

Merged
cary-rowen merged 1 commit into
blindpandas:developfrom
cary-rowen:fixAppveyor
Aug 26, 2024
Merged

Fix appveyor error, Install Chocolatey if not already installed#261
cary-rowen merged 1 commit into
blindpandas:developfrom
cary-rowen:fixAppveyor

Conversation

@cary-rowen

@cary-rowen cary-rowen commented Aug 26, 2024

Copy link
Copy Markdown
Collaborator

Link to issue number:

None

Summary of the issue:

The AppVeyor build process failed because the cinst command was not recognized. This issue arose because Chocolatey was not installed or properly configured in the build environment, preventing the installation of the hyperfine tool, which is essential for running performance benchmarks.

Description of how this pull request fixes the issue:

This pull request updates the appveyor.yml configuration to install Chocolatey before attempting to install hyperfine. By installing Chocolatey first, we ensure that the choco install command is available for installing hyperfine. This change allows the build scripts that rely on hyperfine to execute successfully.

Testing performed:

Tested the updated appveyor.yml configuration in a clean AppVeyor environment to verify that Chocolatey installs correctly and that hyperfine can be installed and executed without issues. The build scripts that depend on hyperfine now run successfully.

Known issues with pull request:

None

@cary-rowen cary-rowen changed the title Try to fix appveyor error, Install Chocolatey if not already installed Fix appveyor error, Install Chocolatey if not already installed Aug 26, 2024
@cary-rowen
cary-rowen merged commit fbd2572 into blindpandas:develop Aug 26, 2024
@cary-rowen
cary-rowen deleted the fixAppveyor branch August 26, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant