Skip to content

Commit

Permalink
build: Download DejaGnu 1.6.3 and use that for running tests.
Browse files Browse the repository at this point in the history
Github Actions have 1.6.2 which seems to have quite different behaviour than 1.6.3.
  • Loading branch information
jaqx0r committed Feb 14, 2024
1 parent 3f1d823 commit 3cd56ac
Show file tree
Hide file tree
Showing 5 changed files with 1,017 additions and 151 deletions.
12 changes: 12 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,15 @@

bazel_dep(name = "rules_bison", version = "0.2.2")
bazel_dep(name = "rules_flex", version = "0.2.1")

http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "org_gnu_dejagnu",
url = "https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.3.tar.gz",
build_file = "testsuite/dejagnu.BUILD",
integrity = "sha256-h9rvrNeVi0pp+IxoVtvRY0JhljxBQHnQw3H1ic1mouM=",
strip_prefix = "dejagnu-1.6.3",
)

bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
Loading

0 comments on commit 3cd56ac

Please sign in to comment.