Skip to content

Commit

Permalink
Fix wrong linux package name and remove unneeded files (#2)
Browse files Browse the repository at this point in the history
* code uploading

* fix cppcheck failure (#1)

* fix cppcheck failure

* fix build script not running and credentials could not be fetched

* restore configure-aws-credentials to v2

* add execute permission for shell scripts

* remove bash for mac build scripts

* trigger all tests

* verify signer works fine

* fix singer could not find the installer package

* change signed installer name

* fix linux package wrong name issue

* restore signer flag

* add .gitignore

* remove unneeded files

* remove unneeded files

* address comments

* add version to installer name

* remove not needed file
  • Loading branch information
RoyZhang2022 authored and alinaliBQ committed Dec 18, 2023
1 parent 167aaf6 commit d8cce10
Show file tree
Hide file tree
Showing 214 changed files with 73 additions and 14,770 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
- name: upload-package
uses: actions/upload-artifact@v3
with:
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_x86_64
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_x86_64.deb
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_amd64
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_amd64.deb

- name: register-odbc-driver
run: |
Expand Down Expand Up @@ -183,8 +183,8 @@ jobs:
- name: upload-package
uses: actions/upload-artifact@v3
with:
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_x86_64
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_x86_64.deb
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_amd64
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_amd64.deb

- name: register-odbc-driver
run: |
Expand Down
63 changes: 63 additions & 0 deletions amazon-timestream-odbc-driver/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
*.aps
*.obj
*.iobj
*.ipdb
*.pdb
*.exp
*.lib
*.res
*.idb
*.res
*.db
*.opendb
*.suo
*.ipch
*.cache
*.log
*.mez
*.xml
/vcpkg/
# Visual Studio
.vs/*
src/.vs/*
# Visual Studio Code
.vscode/*
LICENSE.txt
/performance/**/CMakeFiles/
/performance/**/Makefile
/performance/**/*.so
/performance/**/performance_results
/performance/**/performance_execution
/performance/**/googletest/
/performance/**/*.a
/performance/**/*.vcxproj*
/performance/**/*.dll
/performance/**/*.stamp*
/performance/**/*.pdb
/performance/**/*.lib
/performance/**/CMakeCache
/performance/**/*.un
/performance/**/*.sln
/performance/**/*.exe
/performance/build/
/performance/lib/
/performance/bin/
**/performance_results_report.csv
*.filters
*.vcxproj
*.sln
cmake_install.cmake
CMakeCache.txt
/build/
/cmake-build32/
/cmake-build64/
/src/PowerBIConnector/AmazonTimestreamConnector/bin/Debug/
/src/PowerBIConnector/AmazonTimestreamConnector/obj/
/src/PowerBIConnector/AmazonTimestreamConnector/.vs/
/src/PowerBIConnector/AmazonTimestreamAADConnector/bin/Debug/
/src/PowerBIConnector/AmazonTimestreamAADConnector/obj/
/src/PowerBIConnector/AmazonTimestreamAADConnector/.vs/
src/aws-sdk-cpp/
src/tests/input/credentials
scripts/postinst_unix32.sh
scripts/postinst_unix64.sh
2 changes: 1 addition & 1 deletion amazon-timestream-odbc-driver/docs/markdown/setup/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You need to do the following:

### Timestream ODBC Driver Download
Download the Timestream ODBC driver [here](https://github.com/aws/amazon-timestream-odbc-driver/releases). Choose the proper installer
(e.g., `timestream-odbc-installer-x64.exe`).
(e.g., `timestream-odbc-installer-amd64-2.0.0.exe`).

### Timestream ODBC Driver Installation
- [Windows Installation Guide](windows-installation-guide.md)
Expand Down
192 changes: 0 additions & 192 deletions amazon-timestream-odbc-driver/performance/ALL_BUILD.vcxproj

This file was deleted.

This file was deleted.

Loading

0 comments on commit d8cce10

Please sign in to comment.