-
Notifications
You must be signed in to change notification settings - Fork 43
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
Attempt to use AWS CI Runners instead of DO for CI #299
Conversation
artemdinaburg
commented
Sep 6, 2022
- Use AWS instead of DO for CI Runners
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3003812485 fizzbuzz.bctypedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bczeroinit.bcissue_127_uint128_t_lit.bcstruct_swap.bcinit_list.bcret0.bcbool.bcshort.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbinops.bcbitmask.bcloop.bcfloat.bcreg_test_structure_fields.bcvectors.bcfuncptr.bcgoto_loop.bcbranch.bcbitops.bctrunc.bcinttoptr.bcissue_4.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcglobal_using_function_decl.bcbyval_struct.bcnested_while.bc--- /dev/fd/63 2022-09-06 22:51:38.028465396 +0000
+++ /dev/fd/62 2022-09-06 22:51:38.028465396 +0000
@@ -18,14 +18,14 @@
printf("loop1 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 || (int)var1 <= 10) {
+ if ((int)var1 <= 10 || (int)var1 >= 20) {
while ((int)var1 < 20)
{
var1 = var1 + 1U;
printf("loop2 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
+ if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
return var0;
}
} func_cond_two_arg.bcconflicting_global.bcassert.bczext.bcswitch.bctemplate_parameter_pack.bcbyval_tail_nogep.llbyval_tail_gep.ll |
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004079257 fizzbuzz.bc--- /dev/fd/63 2022-09-06 23:46:29.863631239 +0000
+++ /dev/fd/62 2022-09-06 23:46:29.863631239 +0000
@@ -11,7 +11,7 @@
var1 = 0U;
while ((int)var1 < 30)
{
- if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
+ if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
if ((int)var1 % 3 != 0U) {
if ((int)var1 % 5 != 0U) {
printf("%d\n", var1); typedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bcissue_127_uint128_t_lit.bcglobal_using_function_decl.bcshort.bcinit_list.bcreg_test_structure_fields.bcret0.bcgoto_loop.bctrunc.bcbitops.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbitmask.bcbinops.bcfloat.bcnested_while.bczeroinit.bcfuncptr.bcstruct_swap.bcbranch.bcvectors.bcissue_4.bcconflicting_global.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcbool.bczext.bcbyval_struct.bcfunc_cond_two_arg.bcinttoptr.bcassert.bcloop.bcswitch.bctemplate_parameter_pack.bcbyval_tail_gep.llbyval_tail_nogep.ll |
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004109939 fizzbuzz.bc--- /dev/fd/63 2022-09-06 23:54:02.608730615 +0000
+++ /dev/fd/62 2022-09-06 23:54:02.608730615 +0000
@@ -11,7 +11,7 @@
var1 = 0U;
while ((int)var1 < 30)
{
- if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
+ if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
if ((int)var1 % 3 != 0U) {
if ((int)var1 % 5 != 0U) {
printf("%d\n", var1); typedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bcissue_127_uint128_t_lit.bcglobal_using_function_decl.bcshort.bcinit_list.bcreg_test_structure_fields.bcret0.bcgoto_loop.bctrunc.bcbitops.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbitmask.bcbinops.bcfloat.bcnested_while.bczeroinit.bcfuncptr.bcstruct_swap.bcbranch.bcvectors.bcissue_4.bcconflicting_global.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcbool.bczext.bcbyval_struct.bcfunc_cond_two_arg.bcinttoptr.bcassert.bcloop.bcswitch.bctemplate_parameter_pack.bcbyval_tail_gep.llbyval_tail_nogep.ll |
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3004235223 fizzbuzz.bctypedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bcissue_127_uint128_t_lit.bcglobal_using_function_decl.bcshort.bcinit_list.bcreg_test_structure_fields.bcret0.bcgoto_loop.bctrunc.bcbitops.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbitmask.bcbinops.bcfloat.bcnested_while.bc--- /dev/fd/63 2022-09-07 00:25:57.290809044 +0000
+++ /dev/fd/62 2022-09-07 00:25:57.290809044 +0000
@@ -18,14 +18,14 @@
printf("loop1 x: %d\n", var1);
}
}
- if ((int)var1 <= 10 || (int)var1 >= 20) {
+ if ((int)var1 >= 20 || (int)var1 <= 10) {
while ((int)var1 < 20)
{
var1 = var1 + 1U;
printf("loop2 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
+ if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
return var0;
}
} zeroinit.bcfuncptr.bcstruct_swap.bcbranch.bcvectors.bcissue_4.bcconflicting_global.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcbool.bczext.bcbyval_struct.bcfunc_cond_two_arg.bcinttoptr.bcassert.bcloop.bcswitch.bctemplate_parameter_pack.bcbyval_tail_gep.llbyval_tail_nogep.ll |
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.
LGTM other than GH Action version bump
Co-authored-by: Eric Kilmer <[email protected]>
Co-authored-by: Eric Kilmer <[email protected]>
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3017130908 fizzbuzz.bc--- /dev/fd/63 2022-09-08 17:46:45.399310134 +0000
+++ /dev/fd/62 2022-09-08 17:46:45.399310134 +0000
@@ -11,15 +11,14 @@
var1 = 0U;
while ((int)var1 < 30)
{
- if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
- if ((int)var1 % 3 != 0U && ((int)var1 % 3 != 0U || (int)var1 % 5 != 0U)) {
+ if ((int)var1 % 3 != 0U || !((int)var1 % 3 != 0U || (int)var1 % 5 == 0U)) {
+ if ((int)var1 % 3 != 0U) {
if ((int)var1 % 5 != 0U) {
printf("%d\n", var1);
} else {
printf("buzz\n");
}
- }
- if ((int)var1 % 3 == 0U && ((int)var1 % 3 != 0U || (int)var1 % 5 != 0U)) {
+ } else {
printf("fizz\n");
}
} else { typedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bcissue_127_uint128_t_lit.bcglobal_using_function_decl.bcshort.bcinit_list.bcreg_test_structure_fields.bcret0.bcgoto_loop.bctrunc.bcbitops.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbitmask.bcbinops.bcfloat.bcnested_while.bc--- /dev/fd/63 2022-09-08 17:46:48.167277965 +0000
+++ /dev/fd/62 2022-09-08 17:46:48.167277965 +0000
@@ -18,14 +18,14 @@
printf("loop1 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 || (int)var1 <= 10) {
+ if ((int)var1 <= 10 || (int)var1 >= 20) {
while ((int)var1 < 20)
{
var1 = var1 + 1U;
printf("loop2 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
+ if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
return var0;
}
} zeroinit.bcfuncptr.bcstruct_swap.bcbranch.bcvectors.bcissue_4.bcconflicting_global.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcbool.bczext.bcbyval_struct.bcfunc_cond_two_arg.bcinttoptr.bcassert.bcloop.bcswitch.bctemplate_parameter_pack.bcbyval_tail_gep.llbyval_tail_nogep.ll |
See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/3017131672 fizzbuzz.bc--- /dev/fd/63 2022-09-08 17:46:52.076848776 +0000
+++ /dev/fd/62 2022-09-08 17:46:52.076848776 +0000
@@ -11,7 +11,7 @@
var1 = 0U;
while ((int)var1 < 30)
{
- if ((int)var1 % 3 != 0U || !((int)var1 % 5 == 0U || (int)var1 % 3 != 0U)) {
+ if (!((int)var1 % 3 != 0U || (int)var1 % 5 == 0U) || (int)var1 % 3 != 0U) {
if ((int)var1 % 3 != 0U) {
if ((int)var1 % 5 != 0U) {
printf("%d\n", var1); typedefs_of_typedefs.bcswitch_loop.bcfunc_cond_zero_arg.bcfcmp.bcconflicting_names.bcstruct.bcissue_183_literal_structs.bcissue_127_uint128_t_lit.bcglobal_using_function_decl.bcshort.bcinit_list.bcreg_test_structure_fields.bcret0.bcgoto_loop.bctrunc.bcbitops.bccast.bcnullptr.bcnested_struct.bcarray_swap.bcbitmask.bcbinops.bcfloat.bcnested_while.bc--- /dev/fd/63 2022-09-08 17:46:55.184859166 +0000
+++ /dev/fd/62 2022-09-08 17:46:55.184859166 +0000
@@ -18,14 +18,14 @@
printf("loop1 x: %d\n", var1);
}
}
- if ((int)var1 <= 10 || (int)var1 >= 20) {
+ if ((int)var1 >= 20 || (int)var1 <= 10) {
while ((int)var1 < 20)
{
var1 = var1 + 1U;
printf("loop2 x: %d\n", var1);
}
}
- if ((int)var1 >= 20 && ((int)var1 <= 10 || (int)var1 >= 20)) {
+ if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
return var0;
}
} zeroinit.bcfuncptr.bcstruct_swap.bcbranch.bcvectors.bcissue_4.bcconflicting_global.bcissue_123_uint128_t.bcfizzbuzz_stateful.bcissue_94_strncmp.bcbool.bczext.bcbyval_struct.bcfunc_cond_two_arg.bcinttoptr.bcassert.bcloop.bcswitch.bctemplate_parameter_pack.bcbyval_tail_gep.llbyval_tail_nogep.ll |