-
-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cargo config for all examples (#365)
Signed-off-by: Ana Hobden <[email protected]>
- Loading branch information
Showing
17 changed files
with
187 additions
and
85 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
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 |
---|---|---|
@@ -1,16 +1,22 @@ | ||
# Auto-generated by pgx. You may edit this, or delete it to have a new one created. | ||
|
||
[target.x86_64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-gnu] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-unknown-linux-musl] | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.aarch64-apple-darwin] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" | ||
|
||
[target.x86_64-unknown-freebsd] | ||
linker = "./.cargo/pgx-linker-script.sh" | ||
linker = ".cargo/pgx-linker-script.sh" |
Oops, something went wrong.