Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed builds to use linux image #231

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Conversation

hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Jul 1, 2024

Previously, builds were done using a windows image. This resulted in the following warning messages when doing the builds:
ValueError: underlying buffer has been detached

Changing to use a linux image resolves this.

Error:
File "D:\a\_work\1\s\setup.py", line 23, in <module> setup( File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\__init__.py", line 87, in setup return distutils.core.setup(**attrs) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\core.py", line 185, in setup return run_commands(dist) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands dist.run_commands() File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\dist.py", line 968, in run_commands self.run_command(cmd) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\dist.py", line 1217, in run_command super().run_command(command) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command cmd_obj.run() File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\wheel\bdist_wheel.py", line 422, in run self.write_wheelfile(distinfo_dir) File "C:\hostedtoolcache\windows\Python\3.11.9\x64\Lib\site-packages\wheel\bdist_wheel.py", line 469, in write_wheelfile log.info(f"creating {wheelfile_path}") Message: 'creating build\\bdist.win-amd64\\wheel\\azure_functions-1.20.0.dist-info\\WHEEL' Arguments: ()

@hallvictoria hallvictoria merged commit b1d5418 into dev Jul 2, 2024
21 checks passed
@hallvictoria hallvictoria deleted the hallvictoria/linux-build branch July 2, 2024 13:48
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.

2 participants