Stream: git-wasmtime

Topic: wasmtime / PR #1544 Move most wasmtime tests into one tes...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 19:21):

alexcrichton opened PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 19:43):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 20:05):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 20:41):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 21:19):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 21:47):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 21:50):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 22:21):

alexcrichton updated PR #1544 from move-test-suites to master:

This commit moves most wasmtime tests into a single test suite which
gets compiled into one executable instead of having lots of test
executables. The goal here is to reduce disk space on CI, and this
should be achieved by having fewer executables which means fewer copies
of libwasmtime.rlib linked across binaries on the system. More
importantly though this means that DWARF debug information should only
be in one executable rather than duplicated across many.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 17 2020 at 22:22):

alexcrichton merged PR #1544.


Last updated: Oct 23 2024 at 20:03 UTC