Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD support #10

Merged
merged 1 commit into from
Jun 26, 2024
Merged

FreeBSD support #10

merged 1 commit into from
Jun 26, 2024

Conversation

Arc-blroth
Copy link
Owner

@Arc-blroth Arc-blroth commented May 25, 2024

Tested this in a FreeBSD VM in Virtualbox and everything seems to be good - hopefully my afternoon perusal of FreeBSD docs wasn't too bad...

Fixes #9

@Arc-blroth
Copy link
Owner Author

@yurivict If it isn't too much of a hassle for you, would you mind testing this PR on an actual FreeBSD system? (cargo test should pass)

@yurivict
Copy link

yurivict commented May 26, 2024

Tests passed:

$ cargo test
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
     Running unittests src/lib.rs (target/debug/deps/memory_stats-d7171516108cde26)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

     Running tests/allocate_4mb_of_memory.rs (target/debug/deps/allocate_4mb_of_memory-fcb7e1ecdbbabe36)

running 1 test
test allocate_4mb_of_memory ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s

   Doc-tests memory-stats

running 1 test
test src/lib.rs - (line 25) ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s

@Arc-blroth Arc-blroth merged commit 33155e9 into main Jun 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please support FreeBSD
2 participants