forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
3e7055e
commit 657f5e6
Showing
21 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_debug32_deb.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_debug32_rpm.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_debug64_deb.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_debug64_rpm.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_release32_deb.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_release32_rpm.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_release64_deb.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
amazon-timestream-odbc-driver/build_linux_release64_rpm.sh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,4 +53,3 @@ if [ $RET_CODE -ne 0 ]; then | |
fi | ||
|
||
cd .. | ||
|
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0"?> | ||
<def format="2"> | ||
<!-- Boost Library Configuration --> | ||
<!-- Documentation: https://www.boost.org/doc/libs/ --> | ||
<!-- ########## Boost defines / macros ########## --> | ||
<define name="IGNITE_BINARY_TYPE_START(T)" value=""/> | ||
<define name="IGNITE_BINARY_GET_TYPE_NAME_AS_IS(typeName)" value=""/> | ||
<define name="IGNITE_BINARY_GET_FIELD_ID_AS_HASH" value=""/> | ||
<define name="IGNITE_BINARY_IS_NULL_FALSE(T)" value=""/> | ||
<define name="IGNITE_BINARY_GET_NULL_DEFAULT_CTOR(T)" value=""/> | ||
</def> |