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

*: fix 32bit builds #157

Merged
merged 2 commits into from
Jul 24, 2017
Merged

*: fix 32bit builds #157

merged 2 commits into from
Jul 24, 2017

Commits on Jul 23, 2017

  1. *: fix mis-usage of unix.Stat_t.[AM]tim with time.Unix

    80f787e ("*: replace syscall with unix") did not correctly replace
    the usage of (*syscall.Stat_t).[AM]tim.Unix() in tests, which resulted
    in 32-bit builds failing in OBS because we run those tests in a %check
    section. We need to add CI testing to make sure that we don't miss stuff
    like this in the future.
    
    Fixes: 80f787e ("*: replace syscall with unix")
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 23, 2017
    Configuration menu
    Copy the full SHA
    351b92d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. travis: always build 32bit

    This also adds a local-validate-build target which validates that the
    project can be built (including the tests), which is then run as part of
    our CI.
    
    Signed-off-by: Aleksa Sarai <asarai@suse.de>
    cyphar committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d043ade View commit details
    Browse the repository at this point in the history