-
Notifications
You must be signed in to change notification settings - Fork 2
awong-dev/insanity-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Do this stuff first: git clone https://github.com/awong-dev/insanity-scripts.git To use, you should be able to do: path-to-scripts/first-checkout.sh cd insanity/ndk path-to-scripts/insanity-shell.sh cd sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.clock/time.clock.system TEST_PREFIX=now run-tests.sh A number of us found that the build would fail, but running this ourselves fixed it after: path-to-scripts/build-libcxx.sh Make sure you have a github account. Put your ssh public key in your account. We'll be working from here: https://github.com/awong-dev/ndk/tree/master Once you've done that, do this: cd insanity/ndk git remote add origin [email protected]:awong-dev/ndk.git git fetch origin git checkout -b $USER-work origin/master Now you have a ''$USER-work'' branch that you can push and request merges from into master on the github website.
About
Scripts for hacking on the ndk libc++ library. Will download the ndk source repro, the compiler toolchain, and then setup a new libc++ build.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published