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

fix: CI broken by pyodbc vs unixodbc #1996

Merged
merged 1 commit into from
Feb 22, 2023
Merged

fix: CI broken by pyodbc vs unixodbc #1996

merged 1 commit into from
Feb 22, 2023

Conversation

dpgaspar
Copy link
Owner

@dpgaspar dpgaspar commented Feb 22, 2023

Description

Hopefully permanently fixes CI error:

      gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPYODBC_VERSION=4.0.30 -I/opt/hostedtoolcache/Python/3.8.16/x64/include/python3.8 -c src/buffer.cpp -o build/temp.linux-x86_64-3.8/src/buffer.o -Wno-write-strings
      In file included from /usr/include/sql.h:19:0,
                       from src/pyodbc.h:56,
                       from src/buffer.cpp:12:
      /usr/include/sqltypes.h:56:10: fatal error: unixodbc.h: No such file or directory
       #include "unixodbc.h"
                ^~~~~~~~~~~~
      compilation terminated.
      error: command 'gcc' failed with exit status 1
      [end of output]

related with: #1992
and: microsoft/linux-package-repositories#36

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

@dpgaspar dpgaspar merged commit b336856 into master Feb 22, 2023
@dpgaspar dpgaspar deleted the fix/ci-odbc branch February 22, 2023 15:16
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