Commit graph

3123 commits

Author SHA1 Message Date
snmsts 776835811a install qemu for linux ci 2024-10-14 13:32:18 +09:00
snmsts 8d5471eba1 update scripts/Makefile for ci update 2024-10-14 13:26:48 +09:00
snmsts de01eec94f fix set makeopts 2024-10-14 03:25:33 +09:00
snmsts 1ef739bd3e try build aarch64 linux 2024-10-14 03:22:09 +09:00
snmsts da2a76e50c edit linux.yml 2024-10-14 03:09:47 +09:00
snmsts daebc205f9 build.yml is for windows and broken while windows.yml is still working... delete build.yml 2024-10-14 02:58:17 +09:00
snmsts 730cfe3f94 update osx ci 2024-10-14 02:55:41 +09:00
snmsts 3f8dccc11c update osx ci 2024-10-14 02:46:30 +09:00
snmsts 6d74fbdeb9 try update linux 2024-10-14 02:40:27 +09:00
snmsts 9b212cda7c #593 try ignore windress on non windows compilation 2024-10-11 17:45:01 +09:00
snmsts 06233e5218 trim for uname -p on netbsd
Some checks failed
CI / build-windows (x86_64, amd64, 64) (push) Has been cancelled
linux / build (deb, sbcl-bin/2.0.0, deb, x86-64) (push) Has been cancelled
linux / build (musl64, sbcl-bin/2.0.0, musl, x86-64) (push) Has been cancelled
linux / build (musl64, sbcl-bin/2.0.0, musl, x86-64, -musl) (push) Has been cancelled
linux / build (pandoc, sbcl-bin/2.0.0, docs, x86-64) (push) Has been cancelled
osx / build (sbcl-bin/2.0.0, x86-64) (push) Has been cancelled
test / build (false, alisp, macos-latest) (push) Has been cancelled
test / build (false, alisp, ubuntu-latest) (push) Has been cancelled
test / build (false, ccl-bin, macos-latest) (push) Has been cancelled
test / build (false, ccl-bin, ubuntu-latest) (push) Has been cancelled
test / build (false, ccl32, macos-latest) (push) Has been cancelled
test / build (false, ccl32, ubuntu-latest) (push) Has been cancelled
test / build (false, clisp, macos-latest) (push) Has been cancelled
test / build (false, clisp, ubuntu-latest) (push) Has been cancelled
test / build (false, cmu-bin/2019-06, macos-latest) (push) Has been cancelled
test / build (false, cmu-bin/2019-06, ubuntu-latest) (push) Has been cancelled
test / build (false, ecl, macos-latest) (push) Has been cancelled
test / build (false, ecl, ubuntu-latest) (push) Has been cancelled
test / build (false, sbcl, macos-latest) (push) Has been cancelled
test / build (false, sbcl, ubuntu-latest) (push) Has been cancelled
test / build (false, sbcl/1.4.0, macos-latest) (push) Has been cancelled
test / build (false, sbcl/1.4.0, ubuntu-latest) (push) Has been cancelled
test / build (true, abcl, macos-latest) (push) Has been cancelled
test / build (true, abcl, ubuntu-latest) (push) Has been cancelled
test / build (true, mkcl, macos-latest) (push) Has been cancelled
test / build (true, mkcl, ubuntu-latest) (push) Has been cancelled
test / build (true, sbcl/git, macos-latest) (push) Has been cancelled
test / build (true, sbcl/git, ubuntu-latest) (push) Has been cancelled
windows / build-windows (i686, i686, 32) (push) Has been cancelled
windows / build-windows (x86_64, amd64, 64) (push) Has been cancelled
2024-09-17 22:52:09 +09:00
snmsts c0a347fdf2 use uname -p instead of uname -m on arm netbsd aarch64 2024-09-17 22:43:31 +09:00
snmsts 4c17a2b653 try support armv8l 2024-01-01 03:00:20 +09:00
Alexander Artemenko 0498baf088
fix error message in build (#518) (#573)
Co-authored-by: Rongsong Shen <rongsong.shen@gmail.com>
Co-authored-by: Rongsong Shen <shenrs@cn.ibm.com>
2023-10-20 23:41:41 +09:00
SANO Masatoshi 0e7a2f1b6d bump version to 23.10.14.114 2023-10-04 03:19:32 +00:00
SANO Masatoshi 0807dbd547 [ci skip] prepare ChangeLog entry next to v22.12.14.113 2023-10-03 12:56:28 +00:00
snmsts 5b267381a6 fix 'ros.installing' feature not work. reported by Fukamachi. 2023-10-01 00:32:54 +09:00
Jeongsoo, Park 08ca16dcc3
fix windows build script (#555) (#565) 2023-09-24 14:45:49 +09:00
snmsts bf91af67cc fix typo 2023-08-29 02:57:21 +09:00
rpgoldman ab3017dcc6
Fix ROSWELL_RELEASE_VERSION (#562)
Bumped to 22.12.14.113 Previously was 21.10.14.111.

Fix #561
2023-08-29 01:58:22 +09:00
snmsts 6158d1cca7 try test with latest. 2023-05-13 22:36:30 +09:00
SANO Masatoshi a844895c67 use ubuntu-latest for github action. 2023-05-12 10:27:29 +00:00
SANO Masatoshi b6d1eb1fd8 debug extension 2023-05-12 05:59:38 +00:00
snmsts 06e5dc6be2 remove trailing space 2023-05-09 21:25:51 +09:00
snmsts ec4c9b39ca reimplement extension for quicklisp. ros -s lem-project:lem -e "(lem:lem)" -e "(ros:quit)" would work now 2023-05-05 22:33:13 +09:00
Daniel Jay Haskin afe3e39d86
Update msys2 locations (#550)
Co-authored-by: Skin <me@djha.skin>
2023-05-05 18:55:28 +09:00
SANO Masatoshi 53ec6fb392 tested allegro installation on linux x86-64.(might work on other platform not tested yet) 2023-04-07 05:33:20 +08:00
Skin 5c0b3913c9
indent-region -> indent-points (#545)
The new version of lem changed the name of the function. Please update the ros code accordingly :)
2023-02-27 16:47:14 +09:00
SANO Masatoshi 4eec08cca7 implement a way to fix arch 2023-02-07 15:14:53 +08:00
SANO Masatoshi 76848fa7dc try dragonfly 2023-02-03 15:22:37 +08:00
SANO Masatoshi 1381da6ad8 experimental support for distributions like guix/nix 2023-01-29 12:32:03 +08:00
SANO Masatoshi 638608236c prepare for android support (no sbcl-bin prepared for roswell yet though) 2023-01-24 21:50:03 +09:00
SANO Masatoshi 16e2aa2300 try support solaris x86 2023-01-06 13:44:36 +09:00
Markus Klink 74bb83a467
Fix typo and clarify help text (#540) 2023-01-04 20:08:25 +09:00
lu4nx db9b518f1a
Fix cmd.short_name NULL pointer bug. (#538) 2023-01-04 20:07:52 +09:00
SANO Masatoshi bdc4a133ce try fix #536 2022-12-24 22:56:25 +09:00
SANO Masatoshi 6bb93dd033 release scripts update by practice 2022-12-24 22:30:29 +09:00
SANO Masatoshi 209a51377e released tar.bz2 was broken for 2 releases (reported by myaosato) 2022-12-20 22:24:13 +08:00
SANO Masatoshi f9bbd2e1e7 bump version to 22.12.14.113 2022-12-10 23:18:57 +08:00
SANO Masatoshi c6a91b91a6 [ci skip] prepare ChangeLog entry next to v22.12.14.112 2022-12-10 23:10:30 +08:00
SANO Masatoshi c9c89cebcb Revert "try fix ci on linux"
This reverts commit 04b495d76b.
2022-12-10 23:08:42 +08:00
SANO Masatoshi b516ad6972 fix ci for making debian package. 2022-12-10 23:07:22 +08:00
SANO Masatoshi 04b495d76b try fix ci on linux 2022-12-10 21:53:56 +09:00
SANO Masatoshi adea613bd8 bump version to 22.12.14.112 2022-12-10 21:24:10 +09:00
SANO Masatoshi 13273ad139 [ci skip] prepare ChangeLog entry next to v21.10.14.111 2022-12-03 21:49:56 +09:00
SANO Masatoshi dae5e63c7b fix #534 2022-11-27 01:56:35 +09:00
George Rawlinson 921d445cff
Update documentation regarding Linux distributions (#521)
* docs: update binary information for Linux distros

* docs: rename OS X to macOS
2022-06-04 21:16:41 +09:00
jgart ab78f9deef
typo fix implementation macro (#519) 2022-05-19 02:09:55 +09:00
SANO Masatoshi 73b5b2a460 support 'ros dynamic-space-size=4gb build test.ros' to work. 2022-04-02 22:41:12 +09:00
github actions 1c8e46de17 [ci skip] documents update 2022-02-20 06:14:59 +00:00