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

Contracts build risc-v fixtures #2554

Merged
merged 53 commits into from
Jan 4, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
9975e91
compile risc-v
pgherveou Nov 29, 2023
260411f
rm dup
pgherveou Nov 29, 2023
235b1f6
tweaks
pgherveou Nov 30, 2023
619f314
conditional build for riscv
pgherveou Nov 30, 2023
7b3e2fb
check CI & macos
pgherveou Nov 30, 2023
c28c53a
rm macos test
pgherveou Nov 30, 2023
4115768
PR review rm unneeded dep from Cargo.toml
pgherveou Dec 1, 2023
fb7d8fe
update rustup_toolchain
pgherveou Dec 7, 2023
d4533ee
Merge branch 'pg/riscv-fixtures' of https://github.com/paritytech/pol…
pgherveou Dec 7, 2023
3fc102f
Merge branch 'master' into pg/riscv-fixtures
pgherveou Dec 7, 2023
10ef504
fix build
pgherveou Dec 7, 2023
d39ceeb
testing
pgherveou Dec 7, 2023
14f48fc
rm warnings on risc-v
pgherveou Dec 7, 2023
43bb175
specify rustup_home
pgherveou Dec 7, 2023
382042b
Merge branch 'pg/riscv-fixtures' of https://github.com/paritytech/pol…
pgherveou Dec 7, 2023
2c1ea12
rollback toolchain name
pgherveou Dec 7, 2023
7bb8397
Merge branch 'master' into pg/riscv-fixtures
pgherveou Dec 7, 2023
ddbddaf
Test updating openssl
pgherveou Dec 8, 2023
0bd773c
used shared toolchain name
pgherveou Dec 8, 2023
07a4520
fix
pgherveou Dec 8, 2023
0adc1e9
Update toolchain name
pgherveou Dec 11, 2023
366acbd
Update error message
pgherveou Dec 11, 2023
c077e4b
Update .gitlab-ci.yml
pgherveou Dec 12, 2023
29d188d
Apply suggestions from code review
pgherveou Dec 12, 2023
e1f7df1
Update substrate/frame/contracts/fixtures/build.rs
pgherveou Dec 12, 2023
cbf90e5
Apply suggestions from code review
pgherveou Dec 12, 2023
c17cb91
try new ci image
alvicsam Dec 12, 2023
a3b8913
Merge branch 'master' into pg/riscv-fixtures
pgherveou Dec 13, 2023
f501a49
update ci image
alvicsam Dec 13, 2023
7ea4e83
update cargo.lock
alvicsam Dec 13, 2023
6dbc6cc
Fix CI for new ci image (#2701)
alvicsam Dec 13, 2023
2bb8c47
Cargo.lock
alvicsam Dec 13, 2023
65e04fe
Merge branch 'master' into pg/riscv-fixtures
alvicsam Dec 13, 2023
af99fbd
Cargo.lock
alvicsam Dec 14, 2023
f265376
Update to make it work while we are getting the CI toolchain ready
pgherveou Jan 2, 2024
5d50f14
Merge branch 'master' into pg/riscv-fixtures
pgherveou Jan 2, 2024
ead54b4
update lock
pgherveou Jan 2, 2024
547d2e6
clippy fixes
pgherveou Jan 2, 2024
2c46883
fix test
pgherveou Jan 2, 2024
d97459d
revert docker file images
pgherveou Jan 2, 2024
5bf77a3
add comment
pgherveou Jan 2, 2024
a9186b8
fix
pgherveou Jan 2, 2024
d75d5f1
rm comment
pgherveou Jan 3, 2024
71f3249
update
pgherveou Jan 3, 2024
328e450
update
pgherveou Jan 3, 2024
3b34076
Roll back hacks
pgherveou Jan 3, 2024
b0a2d8b
fix
pgherveou Jan 3, 2024
b1ce7f3
fixes
pgherveou Jan 3, 2024
0c7385e
move stuff from pg/add-fixtures in this PR
pgherveou Jan 4, 2024
cfeb1ba
Update substrate/frame/contracts/fixtures/Cargo.toml
pgherveou Jan 4, 2024
bab4839
Update substrate/frame/contracts/fixtures/build/riscv_memory_layout.ld
pgherveou Jan 4, 2024
cf6ca58
Merge branch 'master' into pg/riscv-fixtures
pgherveou Jan 4, 2024
dac377c
update lock
pgherveou Jan 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
pgherveou committed Jan 3, 2024

Verified

This commit was signed with the committer’s verified signature.
pgherveou PG Herveou
commit 328e45030700dead1be16ebc45992dd0f5e95749
Original file line number Diff line number Diff line change
@@ -6,4 +6,3 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
description = "Common utilities for pallet-contracts-fixtures."