Skip to content

Commit d4e3300

Browse files
RoyZhang2022alinaliBQ
authored andcommitted
Fix wrong linux package name and remove unneeded files (#2)
* 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
1 parent e449c8f commit d4e3300

File tree

214 files changed

+73
-14770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+73
-14770
lines changed

amazon-timestream-odbc-driver/.github/workflows/linux-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
7575
- name: upload-package
7676
uses: actions/upload-artifact@v3
7777
with:
78-
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_x86_64
79-
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_x86_64.deb
78+
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_amd64
79+
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_RELEASE_amd64.deb
8080

8181
- name: register-odbc-driver
8282
run: |
@@ -183,8 +183,8 @@ jobs:
183183
- name: upload-package
184184
uses: actions/upload-artifact@v3
185185
with:
186-
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_x86_64
187-
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_x86_64.deb
186+
name: AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_amd64
187+
path: cmake-build64/AmazonTimestreamODBC_${{env.ODBC_DRIVER_VERSION}}_DEBUG_amd64.deb
188188

189189
- name: register-odbc-driver
190190
run: |
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
*.aps
2+
*.obj
3+
*.iobj
4+
*.ipdb
5+
*.pdb
6+
*.exp
7+
*.lib
8+
*.res
9+
*.idb
10+
*.res
11+
*.db
12+
*.opendb
13+
*.suo
14+
*.ipch
15+
*.cache
16+
*.log
17+
*.mez
18+
*.xml
19+
/vcpkg/
20+
# Visual Studio
21+
.vs/*
22+
src/.vs/*
23+
# Visual Studio Code
24+
.vscode/*
25+
LICENSE.txt
26+
/performance/**/CMakeFiles/
27+
/performance/**/Makefile
28+
/performance/**/*.so
29+
/performance/**/performance_results
30+
/performance/**/performance_execution
31+
/performance/**/googletest/
32+
/performance/**/*.a
33+
/performance/**/*.vcxproj*
34+
/performance/**/*.dll
35+
/performance/**/*.stamp*
36+
/performance/**/*.pdb
37+
/performance/**/*.lib
38+
/performance/**/CMakeCache
39+
/performance/**/*.un
40+
/performance/**/*.sln
41+
/performance/**/*.exe
42+
/performance/build/
43+
/performance/lib/
44+
/performance/bin/
45+
**/performance_results_report.csv
46+
*.filters
47+
*.vcxproj
48+
*.sln
49+
cmake_install.cmake
50+
CMakeCache.txt
51+
/build/
52+
/cmake-build32/
53+
/cmake-build64/
54+
/src/PowerBIConnector/AmazonTimestreamConnector/bin/Debug/
55+
/src/PowerBIConnector/AmazonTimestreamConnector/obj/
56+
/src/PowerBIConnector/AmazonTimestreamConnector/.vs/
57+
/src/PowerBIConnector/AmazonTimestreamAADConnector/bin/Debug/
58+
/src/PowerBIConnector/AmazonTimestreamAADConnector/obj/
59+
/src/PowerBIConnector/AmazonTimestreamAADConnector/.vs/
60+
src/aws-sdk-cpp/
61+
src/tests/input/credentials
62+
scripts/postinst_unix32.sh
63+
scripts/postinst_unix64.sh

amazon-timestream-odbc-driver/docs/markdown/setup/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You need to do the following:
2020

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

2525
### Timestream ODBC Driver Installation
2626
- [Windows Installation Guide](windows-installation-guide.md)

amazon-timestream-odbc-driver/performance/ALL_BUILD.vcxproj

Lines changed: 0 additions & 192 deletions
This file was deleted.

amazon-timestream-odbc-driver/performance/ALL_BUILD.vcxproj.filters

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)