Commit Graph

407 Commits

Author SHA1 Message Date
Philipp Oppermann
6e012e5e42 Merge branch 'post-03' into post-04 2019-09-13 17:43:20 +02:00
Philipp Oppermann
a86fe5c2af Merge branch 'post-02' into post-03 2019-09-13 17:42:32 +02:00
Philipp Oppermann
99a7231d52 Remove profile.{dev, release}.panic keys from Cargo.toml 2019-09-13 17:42:06 +02:00
Philipp Oppermann
f4ed1fce81 Merge branch 'post-03' into post-04 2019-09-13 10:53:50 +02:00
Philipp Oppermann
ab10af6f99 Merge branch 'post-02' into post-03 2019-09-13 10:53:50 +02:00
Philipp Oppermann
621364bd1b Merge branch 'post-01' into post-02 2019-09-13 10:53:50 +02:00
Philipp Oppermann
36a85b2d66 Debug scheduled builds 2019-09-13 10:53:43 +02:00
Philipp Oppermann
086c3a02d3 Set x86_64 version to 0.7.5 2019-09-11 13:18:16 +02:00
Philipp Oppermann
14b38a3ea4 Merge branch 'post-03' into post-04 2019-09-11 13:14:02 +02:00
Philipp Oppermann
bcafb60069 Update spin and volatile dependencies 2019-09-11 13:13:34 +02:00
Philipp Oppermann
818bfb9646 Merge branch 'post-01' into post-02 2019-09-11 11:21:15 +02:00
Philipp Oppermann
b1121cdee2 Merge branch 'post-03' into post-04 2019-09-11 11:21:15 +02:00
Philipp Oppermann
465eb45cfe Merge branch 'post-02' into post-03 2019-09-11 11:21:15 +02:00
Philipp Oppermann
80302ad306 Gate bors on Github Actions Test job 2019-09-11 11:21:11 +02:00
Philipp Oppermann
e27666cd75 Run cargo update 2019-09-11 10:57:58 +02:00
Philipp Oppermann
6771c2cc7f Merge branch 'post-03' into post-04 2019-09-11 10:57:21 +02:00
Philipp Oppermann
c6d5a4d567 Run cargo update 2019-09-11 10:57:07 +02:00
Philipp Oppermann
fe5e1fd92c Merge branch 'post-02' into post-03 2019-09-11 10:56:41 +02:00
Philipp Oppermann
ffd1bda509 Update bootloader to version 0.8.0 2019-09-11 10:55:49 +02:00
Philipp Oppermann
1d60156fce Merge branch 'post-03' into post-04 2019-09-11 10:32:57 +02:00
Philipp Oppermann
a1060f79f0 Merge branch 'post-02' into post-03 2019-09-11 10:32:57 +02:00
Philipp Oppermann
bb8923cf56 Merge branch 'post-01' into post-02 2019-09-11 10:32:57 +02:00
Philipp Oppermann
8c71d77e58 Set stricter timeouts to deal with hanging tasks
Example: https://github.com/phil-opp/blog_os/runs/218474634
2019-09-11 10:32:51 +02:00
Philipp Oppermann
467300126b Merge branch 'post-03' into post-04 2019-09-11 10:12:46 +02:00
Philipp Oppermann
3765c27020 Merge branch 'post-02' into post-03 2019-09-11 10:12:46 +02:00
Philipp Oppermann
dbe0802c6d Merge branch 'post-01' into post-02 2019-09-11 10:12:46 +02:00
Philipp Oppermann
70373be738 Fix Actions script: delete duplicate on key 2019-09-11 10:12:42 +02:00
Philipp Oppermann
19b8ab1c4e Merge branch 'post-03' into post-04 2019-09-11 10:10:31 +02:00
Philipp Oppermann
70b339a4a5 Merge branch 'post-02' into post-03 2019-09-11 10:09:32 +02:00
Philipp Oppermann
9e1e3926fa Merge branch 'post-01' into post-02 2019-09-11 10:09:29 +02:00
Philipp Oppermann
cddda2578e Schedule builds every day
To test with latest nightly.
2019-09-11 10:09:12 +02:00
Philipp Oppermann
2fa43262f2 Github Actions: Don't build staging.tmp branch 2019-09-11 10:07:06 +02:00
Philipp Oppermann
95f7803f6c Delete Travis and Appveyor CI scripts
We now use Github Actions and still have Azure Pipelines as fallback.
2019-09-11 10:05:27 +02:00
Philipp Oppermann
f927742601 Merge pull request #663 from phil-opp/post-04-actions
Set up GitHub Actions for post-04 branch
2019-09-11 10:02:07 +02:00
Philipp Oppermann
210af19293 Github Actions: Install QEMU and run cargo xtest 2019-09-11 09:49:32 +02:00
Philipp Oppermann
6f90ee89fd Merge branch 'post-03' into post-04-actions 2019-09-11 09:47:01 +02:00
Philipp Oppermann
153beec1c4 Merge branch 'post-02' into post-03 2019-09-11 09:46:34 +02:00
Philipp Oppermann
7b00599bf8 Merge pull request #662 from phil-opp/post-02-actions
Set up GitHub Actions for post-02 branch
2019-09-11 09:45:20 +02:00
Philipp Oppermann
72aa3a4580 Update github actions script for post-02 2019-09-10 23:50:14 +02:00
Philipp Oppermann
5d7c4678de Merge branch 'post-01' into post-02-actions 2019-09-10 23:50:08 +02:00
Philipp Oppermann
398aaf578c Rename job to Test 2019-09-10 23:47:26 +02:00
Philipp Oppermann
3452511f18 Merge pull request #661 from phil-opp/post-01-actions
Set up GitHub Actions for post-01 branch
2019-09-10 23:21:44 +02:00
Philipp Oppermann
5d1559f475 Build post-01 on GitHub Actions 2019-09-10 20:42:06 +02:00
Philipp Oppermann
20ef920fc6 Add [package.metadata.bootimage] again
Was accidentally removed when resolving a merge conflict.
2019-09-10 11:12:47 +02:00
Philipp Oppermann
9602f4e16d Merge branch 'post-03' into post-04 2019-09-10 10:21:08 +02:00
Philipp Oppermann
bfde53de79 Merge branch 'post-02' into post-03 2019-09-10 10:20:47 +02:00
Philipp Oppermann
7197d8b18a Remove old package.metadata.bootimage configuration key 2019-09-10 10:20:42 +02:00
Philipp Oppermann
d3e4c55fc5 Merge pull request #651 from phil-opp/post-04-update
Update post_04 branch for new should_panic test
2019-08-07 12:39:19 +02:00
Philipp Oppermann
f1ae82b220 Disable the test harness for the should_panic test 2019-08-07 11:02:19 +02:00
Philipp Oppermann
aad98c0611 Add a should_panic test 2019-08-07 11:00:01 +02:00