215 Commits

Author SHA1 Message Date
Zanie
b088787f7b Remove commented use of ASDL update script from CI workflow 2023-07-11 15:44:22 -05:00
Jim Fasarakis-Hilliard
4bec66e1c6 Pin Python version to 3.11.4 in CI runs. (#5015)
* Pin Python version to 3.11.4 in CI runs.

* Use quotation marks around version, yaml parsing issues.

Co-authored-by: fanninpm <fanninpm@miamioh.edu>

---------

Co-authored-by: fanninpm <fanninpm@miamioh.edu>
2023-06-18 14:36:50 +03:00
Dan Näsman
1cdc5d3294 Add get_int_max_str_digits and set_int_max_str_digits in sys. (#5014)
---------

Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
2023-06-17 23:46:22 +03:00
Jim Fasarakis-Hilliard
2b4f607cbc Set correct output file (#5006) 2023-06-12 19:48:25 +09:00
Jim Fasarakis-Hilliard
06c6244599 Fix failures in the cron ci. (#5002) 2023-06-11 14:23:17 +03:00
Jim Fasarakis-Hilliard
531f4babff Temporarily skip configparser. (#4997)
* Temporarily skip configparser, socketserver tests.
2023-06-10 18:15:30 +03:00
Jim Fasarakis-Hilliard
1aeaf4afef Merge pull request #4912 from youknowone/issue-templates
Add more issue templates
2023-05-15 21:09:17 +03:00
Jeong YunWon
5337dedadf CI using exclude 2023-05-10 15:35:00 +09:00
Jeong YunWon
a5ed4070bf remove lalrpop deps from cron-ci.yaml 2023-05-10 04:13:30 +09:00
Jeong YunWon
f2cfa5f0a7 Split parser to new repository
6b60f85cc4
2023-05-06 14:38:11 +09:00
Jeong YunWon
8c1d923f3e Use ruff for CI 2023-04-28 18:57:53 +09:00
Ankit Kumar Pandey
ba6757ad11 add CI for pip check inside venv 2023-04-23 12:23:29 +09:00
Ankit Kumar Pandey
7fc30b715a fix wrong directory name for openssl setup 2023-04-21 20:27:52 +05:30
Jeong YunWon
d7e7001afd choco --no-progress to prevent spam 2023-04-21 21:15:10 +09:00
Jeong YunWon
df6831694b Adding more issue templates 2023-04-21 18:19:37 +09:00
Dmitry Erlikh
a354f7bba1 Properly handle failing test_os tests on windows (#4764) 2023-04-20 14:42:16 +09:00
Noa
e40488b56e Reenable redox ci 2023-04-05 13:07:04 -05:00
Jeong YunWon
ec001a067f temporary disable redox build 2023-04-06 00:01:43 +09:00
Jeong YunWon
f14ac7146c remove labeled event from ci trigger 2023-03-28 18:34:44 +09:00
fanninpm
7b0ab173dd Merge pull request #4771 from fanninpm/update-gh-actions
Update GH Actions to use Node 16
2023-03-27 23:10:38 +00:00
Padraic Fanning
4a5534f330 Add --openssl-legacy-provider to Node invocation 2023-03-27 18:38:13 -04:00
Jeong YunWon
44599e9e7e Add merge group to ci 2023-03-28 01:30:41 +09:00
Padraic Fanning
f3a8e98511 Update wasmerio/setup-wasmer@v1 to v2 2023-03-25 18:24:46 -04:00
Padraic Fanning
703ab1eee0 Update lalrpop 0.19.8 to 0.19.9 in GH Actions
cc #4768
2023-03-25 18:22:31 -04:00
Padraic Fanning
d3028e0227 Update baptiste0928/cargo-install@v1 to v2 2023-03-25 18:21:23 -04:00
Padraic Fanning
fe87ca8117 Update actions/setup-node@v1 to v3 2023-03-25 15:51:03 -04:00
Padraic Fanning
fa39705dcb Update actions/setup-python@v2 to v4 2023-03-25 15:50:09 -04:00
Padraic Fanning
e53c9d1540 Update andstor/file-existence-action@v1 to v2 2023-03-25 15:47:08 -04:00
Padraic Fanning
8d3ca534c4 Update actions/cache@v2 to v3 2023-03-25 15:45:46 -04:00
Noa
725dac204f Fix redox 2023-03-18 21:17:23 -05:00
Patrick
b6b6766000 Add an architecture with libc::c_char == u8 build to CI (#4704)
* Add compilation check for c_char is u8 arch
* install gcc-aarch64-linux-gnu for check
2023-03-18 03:29:56 +09:00
Jeong YunWon
0b6546aa8d skip openssl@3 installing for macos 2023-03-16 22:39:09 +09:00
DimitrisJim
6ccb9814f8 Add CI check for ensurepip. 2023-03-01 00:03:53 +02:00
Jeong YunWon
e5735cde67 Merge pull request #4517 from youknowone/cpython-3.11
trying to go with CPython 3.11
2023-02-20 13:50:10 +09:00
Jeong YunWon
5df8d29fe4 Add whats_left running to CI 2023-02-18 14:02:18 +09:00
Jeong YunWon
e79b1398b0 trying to go with CPython 3.11 2023-02-17 23:33:04 +09:00
Dimitris Fasarakis Hilliard
6d3cbf192e Skip linking ssl on mac runner. 2023-02-09 21:50:42 +02:00
Jeong YunWon
b8a88719a7 skip run rust tests for macOS CI 2023-02-09 16:45:34 +09:00
Jeong YunWon
f3a0127715 Try to fix mac build 2023-02-09 15:50:53 +09:00
Andrey Zgarbul
84897d4834 check caching 2023-01-14 12:39:17 +03:00
Andrey Zgarbul
a9696d8501 update ci actions 2023-01-14 12:03:43 +03:00
Jeong YunWon
185e0cb62d clippy is platform-dependent 2022-10-15 15:53:39 +09:00
Sion Kang
b9e849a091 ci: Support for ci skip through tag 2022-09-20 02:00:59 +09:00
Noa
7a688e0b6c fix cron ci 2022-08-25 00:20:43 -05:00
Noa
ad88d476a8 fix other commit commands for cron ci 2022-08-24 23:10:17 -05:00
Noa
4c6fe4ac22 forgot to inc loop counter 2022-08-24 23:05:57 -05:00
Noa
46c9d7d42f cron-ci tweak 2022-08-24 22:52:10 -05:00
Noa
0801469258 cron ci fix 2022-08-24 22:49:54 -05:00
Noa
79a868c6b7 try another cron ci fix 2022-08-24 22:22:24 -05:00
Noa
454a21b4ab oops try fix test_importlib hang again 2022-08-24 20:53:25 -05:00