1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-02 06:25:59 +00:00
Files
PDP-10.its/.cirrus.yml
Lars Brinkhoff 4ed5e9a5ff KLH10 workaround for console I/O problem.
On some hardware and/or software, console I/O will sometimes hang.
This is documented in a KLH10 makefile, with a workaround:

# This is a known problem on some Linux systems with high performance
# hardware.  As far as I know, Ken has not found a fix for it.
#
# The workaround is to rebuild klh10 with a special configuration that
# avoids the esoteric real-time-interrupt mechanisms.
2020-02-26 16:01:58 +01:00

18 lines
381 B
YAML

env:
CIRRUS_CLONE_DEPTH: 1
ARCH: amd64
BASICS: yes
CONFFLAGS_USR: -DKLH10_CTYIO_INT=0
task:
freebsd_instance:
image: freebsd-12-0-release-amd64
env:
matrix:
- EMULATOR: simh
- EMULATOR: klh10
- EMULATOR: pdp10-ka
# EMULATOR: pdp10-kl
install_script: sh -ex build/dependencies.sh install_freebsd
script: gmake all EMULATOR=$EMULATOR