-
Notifications
You must be signed in to change notification settings - Fork 5
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(deps): bump C++ server dep for holdouts fix #109
Merged
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
d1cb7ca
fix(deps): bump C++ server dep for holdouts fix
cwaldren-ld 10fe12f
try bumping leafo/gh-actions-lua dep to fix luajit-download ?
cwaldren-ld 7496551
use actions from luarocks org
cwaldren-ld 3779539
switch to luajit 2.0/2.1
cwaldren-ld dcba1c5
no luajit 2.1
cwaldren-ld a9d45fc
bump verify-hello-app to 2.0.1
cwaldren-ld 0ee4c91
try running curl without verbose mode
cwaldren-ld 42c594f
missing &&?
cwaldren-ld 26ce1ac
try using updated verify-hello-app with better error capture
cwaldren-ld 015d03b
try new version of action
cwaldren-ld 7d96421
try again
cwaldren-ld b7e319c
try using a script instead
cwaldren-ld 7cb714d
add execute permission
cwaldren-ld d4c0539
just run the script
cwaldren-ld f0c453f
try just running docker
cwaldren-ld 791c26a
add an echo
cwaldren-ld fee3c98
try faking the return code
cwaldren-ld 0c764e8
try statically linking openssl
cwaldren-ld 49cbab1
pin to a version of openresty that works with openssl
cwaldren-ld 28e8bb7
revert workflow changes
cwaldren-ld b460038
add comment
cwaldren-ld File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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,2 +1,2 @@ | ||
sdk=3.5.2 | ||
redis_source=2.1.10 | ||
sdk=3.8.0 | ||
redis_source=2.1.16 |
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hack isn't needed, since we are building from source in this example.