1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-28 21:11:57 +00:00

GitHub actions: disable-at-0 fix; man page cosmetics

- the CI/CD workflow did not defined the TBW_GHDL_OPTS environment variable,
  as consequence VHDL IEEE package warnings at t=0ms were not suppressed and
  polluted the log files
- that problem was already in .travis.yml and was carried over to ci.yml
- now fixed, and log files are not cluttered anymore with essentially
  unavoidable but harmless warnings at t=0ms.
This commit is contained in:
wfjm
2022-05-07 08:36:23 +02:00
parent d1d95504df
commit 66f3f5d085
28 changed files with 81 additions and 63 deletions

View File

@@ -1,4 +1,4 @@
# $Id: ci.yml 1231 2022-04-28 08:40:50Z mueller $
# $Id: ci.yml 1234 2022-05-03 18:28:48Z mueller $
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright 2022- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
@@ -59,6 +59,7 @@ jobs:
export RETROBASE=$PWD
export PATH=$PATH:$RETROBASE/tools/bin:.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RETROBASE/tools/lib
export TBW_GHDL_OPTS="--unbuffered --ieee-asserts=disable-at-0"
tbrun -j 2 -nomake \
-tag memlib \
-tag genlib \